.wrap-humburger .wrap .logo {
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -9999px;
    margin-right: 25px;
    margin-top: 10px;
}

.share_area {
    display: none;
}

.market-ct-2 * {
    box-sizing: border-box;
}

#main_contents {
    width: 724px !important;
    overflow: hidden;
}

.market-ct-2 #main_contents {
    width: 100% !important;
    float: unset;
}

.market-ct-2 .banner {
    background: url(/common/design/user/img/battle-market/ct-2/banner-pc.webp) no-repeat;
    background-size: cover;
    display: flex;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.market-ct-2 .banner .image-1 {
    min-height: 432px;
}

.market-ct-2 .banner .image-1 {
    max-width: 335px;
}

.market-ct-2 .image img {
    width: 100%;
}

.market-ct-2 .banner h1 {
    min-height: 122px;
}

.market-ct-2 .banner h1 {
    font-size: 30px;
    line-height: 58px;
    margin-bottom: 10px;
    font-weight: 600;
}

.market-ct-2 .banner .text {
    color: #d61518;
    font-size: 46px;
    line-height: 58px;
    position: relative;
}

.market-ct-2 .banner .text .content-text {
    position: relative;
    z-index: 2;
}

.market-ct-2 .banner .text .line-bottom {
    width: 100%;
    height: 15px;
    background: #ffde00;
    border: 2px solid #fff;
    position: absolute;
    bottom: 5px;
    left: -10px;
}

.market-ct-2 .banner ul {
    min-height: 162px;
}

.market-ct-2 .banner ul {
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
}

.market-ct-2 .banner ul li {
    width: calc(100% / 3);
    padding-right: 10px;
    padding-left: 10px;
}

.market-ct-2 .banner ul .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 100%;
    border-radius: 8px;
    padding: 20px 10px;
}

.item {
    min-height: 50px;
}

.market-ct-2 .banner ul .item .text {
    max-width: 160px;
    font-size: 23px;
    line-height: 27px;
    color: #000;
    margin-bottom: 10px;
}

.market-ct-2 .banner .text:after {
    content: '';
    position: absolute;
    bottom: 0;
}

.market-ct-2 .banner ul .item .image {
    max-width: 90px;
    margin: auto;
}

.market-ct-2 .banner .btn-market {
    max-width: 395px;
    margin: auto;
}

.market-ct-2 .banner .btn-market .btn-red {
    width: auto;
}

.btn-market .btn-red {
    position: relative;
    display: block;
    background: #e61e02;
    padding: 20px 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 50%;
    margin: 40px auto;
}

.btn-market .btn-red:after {
    content: '\f138';
    border: unset;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px;
}

.market-ct-2 .banner .image-2 {
    min-height: 464px;
}

.market-ct-2 .banner .image-2 {
    max-width: 300px;
}

.banners_s1 .banners-ul_s1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    list-style: none;
}

.banners_s1 .banners-ul_s1 li {
    display: block;
    width: 50%;
    padding: 12px 15px;
}

.banners_s1 .banners-ul_s1 li a {
    display: block;
    width: 100%;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banners_s1 .banners-ul_s1 li a img {
    display: block;
    width: 100%;
}

.banners_s1 .banners-ul_s1 li.banner-off {
    display: none;
}

button.btn_banner_top {
    display: block;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    max-width: 360px;
    width: 100%;
    margin: 50px auto;
    font-size: 22px;
    line-height: 67px;
    font-weight: 700;
    color: #fff;
    background: #e61e02;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    border: 0;
    cursor: pointer;
}

.banner-list:not(.show-banner) button#loadmore-2 {
    display: none;
}

form#form-search {
    min-height: 350px;
}

.search.accordion {
    min-height: 95px;
}

.search .box {
    padding: 40px;
    border: 0;
    background: #f2f2f2;
}

.search .box {
    min-height: 180px;
}

.item-search {
    min-height: 50px;
}

.item-search {
    display: flex;
    align-items: end;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}

.search table {
    width: 100%;
    margin: 0;
    border: 0;
}

.item-search * {
    box-sizing: border-box;
}

.search th {
    width: 16%;
    text-align: left;
    border: 0;
    font-size: 16px;
    color: #5e5e5e;
}

.search th, .search td {
    padding: 7px 0;
    border: 0;
}

.search td {
    display: flex;
    align-items: center;
}

.search .item-search td {
    padding: 0;
}

.search td {
    min-height: 40px;
}

.search td input {
    padding: 0px 0 0 15px;
    line-height: 40px;
    max-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-width: 360px;
    max-width: 360px;
    width: 100%;
    display: inline-block;
}

.item-search * {
    box-sizing: border-box;
}

.table-of-choice {
    width: 100%;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4b4b4b;
    border-radius: 4px;
    position: relative;
    min-height: 40px;
    cursor: pointer;
}

.banner-list.show-banner .btn_on_banner {
    display: none;
}

.button-choice {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}

.icon-cross {
    width: 16px;
    height: 16px;
    background-color: #fff;
    clip-path: polygon(0 35%, 35% 35%, 35% 0%, 65% 0%, 65% 35%, 100% 35%, 100% 65%, 65% 65%, 65% 100%, 35% 100%, 35% 65%, 0 65%);
}

.full-choice {
    padding-top: 5px;
    border-top: 1px solid #ffffff;
}

.search table {
    width: 100%;
    margin: 0;
    border: 0;
}

.search th, .search td {
    padding: 7px 0;
    border: 0;
}
.search th {
    width: 16%;
    text-align: left;
    border: 0;
    font-size: 16px;
    color: #5e5e5e;
}

.search .view-choice th {
    width: 13%;
    vertical-align: middle;
}

.search td {
    min-height: 40px;
}

.search td {
    display: flex;
    align-items: center;
}

.search td input {
    padding: 0px 0 0 15px;
    line-height: 40px;
    max-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-width: 360px;
    max-width: 360px;
    width: 100%;
    display: inline-block;
}

.search td select {
    border-radius: 5px;
    margin: 0;
    max-width: 286px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #323232;
    padding-left: 10px;
    padding-right: 37px;
    background: url(/common/design/user/img/arrow-red.png) #fff;
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.full-choice span {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.full-choice {
    padding-top: 5px;
    border-top: 1px solid #ffffff;
}

.full-choice.active {
    min-height: 165px;
}

.full-choice.active {
    display: block !important;
}

.sbmt_search {
    height: 66px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-indent: 1px;
    width: 235px;
    display: flex;
    align-items: center;
    background: #e61e02;
    justify-content: center;
    border-radius: 5px;
    margin: 30px auto;
    border: none;
    cursor: pointer;
}

.icon_img {
    margin-left: 5px;
    margin-top: 5px;
}

.market-ct-2 .list-item-slide ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px;
}

.market-ct-2 .list-item-slide ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    width: calc(100% / 3);
}

.market-ct-2 .recommend-creat ul li .item {
    flex-direction: column;
}

.market-ct-2 .list-item-slide ul li .item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d7d7;
    height: 92px;
    color: #919191;
}

.market-ct-2 .recommend-creat ul li .item {
    height: auto;
    border-radius: 5px;
}

.market-ct-2 .recommend-creat ul li .item .top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 15px;
}

.market-ct-2 .recommend-creat ul li .item .top .image {
    width: calc(100% / 3);
    height: 112px;
    position: relative;
}

.market-ct-2 .list-item-slide ul li .item a {
    position: relative;
    width: 100%;
    height: 100%;
}

.market-ct-2 .recommend-creat ul li .item .top .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    -o-object-fit: contain;
}

.market-ct-2 .recommend-creat ul li .item .bottom {
    background: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.market-ct-2 .recommend-creat ul li .item .bottom .d-flex-ct {
    align-items: center;
}

.market-ct-2 .recommend-creat ul li .item .bottom .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.market-ct-2 .list-item-slide ul li .item .image a {
    display: inline-block;
}

.market-ct-2 .recommend-creat ul li .item .bottom .image img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    -o-object-fit: cover;
}

.market-ct-2 .recommend-creat ul li .item .bottom .text {
    display: inline-block;
    width: calc(100% - 90px);
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #202020;
}

.market-ct-2 .recommend-creat ul li .item .bottom {
    background: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.w-100p {
    width: 100% !important;
}

.market-ct-2 .recommend-creat ul li .item .bottom .d-flex-ct {
    align-items: center;
}

.market-ct-2 .recommend-creat ul li .item .bottom .image {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.market-ct-2 .new-products ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.market-ct-2 .new-products ul li {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.market-ct-2 .new-products ul li .top .image {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    margin-bottom: 15px;
}

.market-ct-2 .new-products ul li .top .text {
    margin-bottom: 10px;
}

.market-ct-2 .new-products ul li .top .price {
    font-size: 14px;
    margin-bottom: 10px;
}

.market-ct-2 .new-products ul li .bottom a {
    display: flex;
    align-items: center;
}

.market-ct-2 .new-products ul li .bottom .image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.market-ct-2 .new-products ul li .bottom .text {
    flex: 1;
}

.market-ct-2 .new-products .btn-market .btn-red {
    width: 400px;
}

.market-ct-2 .easy-free p, .market-ct-2 .original-domains p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}

.market-ct-2 .easy-free .image {
    margin-bottom: 15px;
}

.market-ct-2 .easy-free {
    text-align: center;
}

.market-ct-2 .image img {
    width: 100%;
}

.market-ct-2 .slider-step h3 {
    text-align: center;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.market-ct-2 .slick-prev {
    left: -15px;
}
.market-ct-2 .slick-next, .market-ct-2 .slick-prev {
    width: 35px;
    height: 35px;
    background: url(/common/design/user/img/battle-market/ct-2/icon-arrow.png) no-repeat !important;
    background-size: contain !important;
    z-index: 2;
}

.market-ct-2 .slick-next {
    transform: rotate(180deg);
    right: -15px;
}

.market-ct-2 .slick-dots li button {
    width: 15px;
    height: 15px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
.market-ct-2 .slick-prev:before,.market-ct-2 .slick-next:before {
    content: unset
}

.market-ct-2 .slick-dots li button:before {
    font-size: 30px;
    width: 15px;
    height: 15px;
}

.slick-slider {
    margin-bottom: 30px;
}

.market-ct-2 .box-step .number-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #11b700;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.market-ct-2 .box-step {
    position: relative;
    border: 1px solid #ebebeb;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

.fs-18 {
    font-size: 18px;
}

.fs-40 {
    font-size: 40px;
}

.pd-20-0 {
    padding: 20px 0;
}

.market-ct-2 .box-step .title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-ct-2 .box-step .content {
    justify-content: space-between;
}

.market-ct-2 .slider-step .box-text {
    flex: 1;
    margin-right: 30px;
}

.market-ct-2 .box-step .step-title {
    align-items: center;
    margin-bottom: 20px;
}

.market-ct-2 .box-step .step-title .number {
    font-size: 31px;
    line-height: 28px;
    width: 40px;
    height: 40px;
    background: #0090ff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 5px;
}

.market-ct-2 .box-step .content p {
    font-size: 17px;
    line-height: 28px;
}

.market-ct-2 .easy-free p, .market-ct-2 .original-domains p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}

.market-ct-2 .original-domains .d-flex-ct {
    justify-content: space-around;
    max-width: 90%;
    margin: auto;
}

.market-ct-2 .original-domains .btn-market .btn-red {
    width: 450px;
}

.group-item-select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px 20px;
}

.group-item-select .select_item_1 {
    width: calc(100% / 4 - 14px);
    margin: 7px;
}

.select_item_1 {
    background: url(/common/design/user/img/battle-market/icon-right-red.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 97%;
    max-width: 265px;
    height: 60px;
    border: 1px solid #e1e1e1;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.group-item-select .select_item_1 a {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.market-ct-2 .slider-step .btn-market .btn-red {
    width: 525px;
}
