.shop_itemname {
    font-size: 27px;
    padding-left: 0px;
    width: 400px;
    overflow: hidden;
    overflow-wrap: break-word;
    line-height: 32px;
    height: auto;
}

.item_space {
    margin-top: 20px;
}

.field-desc {
    font-size: 18px;
}

.buy_button {
    float: right;
    margin-bottom: -60px;
}

.field-label {
    padding-right: 75px;
    float: left;
}

.asset {
    margin: auto;
    width: 800px;
    min-height: 465px;
}

.asset-container {
    border: solid;
    top: 20px;
    width: 280px;
    height: 280px;
    position: relative;
}

.custom-asset-thumb {
    width: 280px;
    height: 280px;
}

.by {
    line-height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 1px;
    clear: both;
    position: relative;
    display: inline-block;
}

.the_thing {
    float: right;
    margin-top: 23px;
    position: relative;
    text-align: left;
    margin-right: 20px;
}

.the_thing_sequel {
    border-bottom: 1px solid #000000;
    border-bottom-color: rgb(0 0 0);
    margin-bottom: 10px;
}

.shop_itemprice {
    float: left;
    position: relative;
    text-align: left;
    width: 100px;
    padding-right: 0px;
    clear: right;
}

.shop_item_owned_count {
    float: left;
    position: relative;
    text-align: left;
    width: 160px;
    padding-right: 0px;
    clear: both;
    padding-top: 20px;
    overflow-wrap: break-word;
    word-break: normal;
    text-overflow: ellipsis;
}

.shop_itemlist {
    float: left;
    position: relative;
    text-align: left;
    width: 165px;
    clear: right;
}

.asset_slider_container {
    width: 700px;
    overflow: hidden;
}

.asset_thumb_img {
    width: 75px;
    height: 67.87px;
}

.asset_slider {
    list-style-type: none;
    overflow: hidden;
    width: 700px;
    padding: 10px 0;
}

.asset_slider li {
    float: left;
    margin-right: 7px;
}

.asset_slider li a {
    display: block;
    border: 1px solid #333;
    width: 75px;
    height: 68px;
}

.column1 {
    margin: auto;
    width: 685px;
}

.recommend_button {
    background: #3f3f3f url(https://flashthemes.net/static/ft/img/movie/ico_recommend.gif) no-repeat 2px 0;
    border: 1px solid #999;
    color: #fff;
    display: block;
    float: right;
    height: 18px;
    padding: 3px 0 3px 22px;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.recommend_button span {
    background-color: #777;
    color: #fff;
    height: 18px;
    padding: 3px 6px;
}

.recommend_button:hover span {
    background-color: #999;
    color: #333;
}

.recommend_button:hover {
    background-position: 2px -24px;
    cursor: pointer;
}

#recommend_button:hover {
    background-position: 2px -24px;
    cursor: pointer;
}

#unrecommend_button {
    background-position: 2px -48px;
    cursor: pointer;
}

#unrecommend_button:hover {
    background-position: 2px -96px;
    cursor: pointer;
}

#inappropriate {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    background-image: url(https://flashthemes.net/static/ft/img/movie/icon_flag.png);
    border: 1px solid #444;
    background-color: #333;
    color: #fff;
    display: block;
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 11px;
    margin-right: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#inappropriate:hover {
    background-color: #692A2A;
    border: #692A2A 1px solid;
    cursor: pointer;
}

#inappropriate span {
    display: none;
}

#asset_comments h2 span {
    font-size: 70%;
    padding-left: 20px;
}

#asset_comments h2 {
    color: #333;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
}

#asset_comments {
    margin: auto;
    padding: 30px 68px 10px;
    width: 685px;
}

#nocomments {
    text-align: center;
}

#comments {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #333;
}
.content-asset{
    background-color: #fff;
    margin: 0;
    width: 100%;
    border-radius: 15px 15px 0 0;
}

.action_button {
    background-color: #3f3f3f;
    border: 1px solid #999;
    color: #fff;
    display: block;
    float: right;
    padding: 5px 6px;
    margin: 11px 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.action_button:hover {
    background-color: #aaa;
    color: #333;
    cursor: pointer;
}