.trademark-container{
    margin-top: 40px;
}
.trademark_box{

}
.trademark_left{

}
.trademark_right{
    width: 300px;
    margin-left: 10px;
}
.trademark-card{
    background: #fff;
}
.trademark-card_hd{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.trademark-card_bd{

}
.card1 .trademark-card_hd{
    background: #59c203;
    background: -webkit-linear-gradient(left, #53b17d, #69ba1d);
    background: -o-linear-gradient(left, #54b27d, #67bb1d);
    background: -moz-linear-gradient(left, #54b27d, #67bb1d);
    background: linear-gradient(left, #54b27d, #67bb1d);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding-left: 115px;
    position: relative;
    margin-bottom: 20px;
}

.card1 .trademark-card_hd:after{
    content: "\e828";
    width: 55px;
    height: 60px;
    line-height: 55px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #59c203;
    background: -webkit-linear-gradient(#54b357, #59c203);
    background: -o-linear-gradient(#54b357, #59c203);
    background: -moz-linear-gradient(#54b357, #59c203);
    background: linear-gradient(#54b357, #59c203);
    position: absolute;
    left: 45px;
    top: 0;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 5px 15px -3px #555;
}

.card2 .trademark-card_hd{
    background: #5f7d95;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.card2 .layui-btn .layui-icon{
    vertical-align: middle;
}


.trademark-btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background: -webkit-linear-gradient(left, #53b17d, #69ba1d);
    background: -o-linear-gradient(left, #54b27d, #67bb1d);
    background: -moz-linear-gradient(left, #54b27d, #67bb1d);
    background: linear-gradient(left, #54b27d, #67bb1d);
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    position: relative;
    padding-right: 40px;
}
.trademark-btn .arrow_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    text-align: center;
    background: url(/static/images/arrow-right.png) no-repeat center;
    background-size: 30px 30px;
}


.lxy-check:checked+.trademark-btn_item{
    color: #75bb00;
    border: 1px solid #75bb00;
}
.lxy-check:checked+.trademark-btn_item:after{
    content: "\e6ad";
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    line-height: 12px;
    text-align: center;
}
.lxy-check:checked+.trademark-btn_item:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #75bb00;
    border-width: 20px 0 20px 25px;
    border-style: solid;
}
.trademark-btn_item{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    min-width: 155px;
    padding: 0 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #d7e0e7;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.trademark-country_icon{
    vertical-align: sub;
    margin-right: 5px;
    margin-bottom: 1px;
}

.trademark-btn_choose{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    background-color: #fff;
    color: #333;
    border: 1px solid #d7e0e7;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    position: relative;
    min-width: 140px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
}

.trademark-btn_choose.active{
    color: #75bb00;
    border: 1px solid #75bb00;
}
.trademark-btn_choose.active:after{
    content: "\e6ad";
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    line-height: 12px;
    text-align: center;
}
.trademark-btn_choose.active:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #75bb00;
    border-width: 20px 0 20px 25px;
    border-style: solid;
}


.trademark-btn_class{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 50px 0 10px;
    background-color: #fff;
    color: #1373eb;
    border: 1px solid #1373eb;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.trademark-btn_class .iconfont{
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #1373eb;
    width: 38px;
    height: 100%;
    font-size: 20px;
    cursor: pointer;
}


.trademark-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.trademark-tab-title>label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 40px;
    min-width: 65px;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
}
.trademark-tab-title .lxy-check:checked+.lxy-this:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 41px;
    border-width: 1px;
    box-sizing: border-box;
    pointer-events: none;

    border: none;
    border-radius: 0;
    border-bottom: 2px solid #53b17d;
}
.class_choose .trademark-btn_choose{
}
.trademark-tally_box{
    display: table;
}
.trademark-tally{
    display: inline-block;
    height: 36px;
    width: 38px;
    line-height: 36px;
    border: 1px solid #d6dfe6;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #243346;
    background-color: #f2f6f9;
}
.trademark-tally_count{
    border: 1px solid #d6dfe6;
    outline: 0;
    padding-left: 5px;
    width: 70px;
    height: 36px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
}
.minus{
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.plus{
    border-left: 0;
    border-radius: 0 4px 4px 0;
}

.trademark-price{

}
.trademark-price_hd{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 60px;
    color: #fff;
    background: url("/static/images/price_detail.png") no-repeat;
}
.trademark-price_bd{
    padding: 30px 60px 20px 60px;
}
.trademark-price_ft .lxy-btn{
    margin-left: 10px;
}
.trademark-price_ft{
    padding: 0 60px 60px 20px;
    text-align: right;
}

.price-table{ }
.price-table .td_num{ width: 80px; text-align: center; }
.price-table .td_class{  width: 40%; text-align: left; }
.price-table .td_country{  width: 40%; text-align: left; }
.price-table_head{
    background: #e4e9ed;
    padding: 10px;
    line-height: 20px;
    text-align: center;
}
.price-table_head span{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
}
.price-table_body{ border-bottom: 1px solid #d7e0e7; }
.price-table_body .price-table_tr{
    text-align: center;
    padding: 10px;
    line-height: 20px;
}
.price-table_body .price-table_tr>div{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
}
.price-table_footer{
    padding: 10px;
    text-align: right;
}
.price-table_footer .totalfee{
    color: #ff3200;
    font-size: 30px;
    display: inline-block;
    font-family: '微软雅黑';
}
.price-table_footer .totalfee .dot{
    font-size: 20px;
}
.price-table_footer .totalfee .fee{

}

.trademark-step_item_box{

}
.lxy-tab-content{
    padding: 20px;
}
.lxy-btn{
    min-width: 120px;
}
.lxy-btn.iconfont{ font-size: 14px; }
.lxy-elem-field legend{
    font-weight: bold;
    color: #555;
}
.card2 .lxy-tab-content{ padding: 20px; }
.card3 { border-top: 3px solid #53b17d; margin-top: 20px; }
.card3 .lxy-btn{ font-size: 16px; border-color: #5f7d95; }
.card3 .lxy-elem-field{ margin-bottom: 20px; }
.card3 .lxy-tab-content{ padding: 20px; }
.card4 { margin-top: 50px; font-family: "微软雅黑";}
.card5 { border-top: 3px solid #59c203; margin-top: 20px; }
.card5 .lxy-tab-content{ padding: 20px 15px; display: flex; }

.qrcode_hd{
    width: 110px;
    height: 110px;
    border: 1px solid #d7e0e7;
}
.qrcode_hd img{
    width: 100%;
}
.qrcode_bd{
    flex: 1;
    color: #668299;
    padding-left: 10px;
}
.qrcode_title{
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 10px;
}
.qrcode_text{

}
.trademark-btn_item.active{
    color: #75bb00;
    border: 1px solid #75bb00;
}
.trademark-btn_item.active:after{
    content: "\e6ad";
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    line-height: 12px;
    text-align: center;
}
.trademark-btn_item.active:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #75bb00;
    border-width: 20px 0 20px 25px;
    border-style: solid;
}

.tipsDown{
    position: absolute;
    z-index: 9;
    width: 600px;
    display: none;
    left: 0;
    top: 36px;
}
.tipsDown_hd{
    z-index: 11;
    text-align: left;
    height: 28px;
    padding-left: 47px;
}
.tipsDown_hd .icon{
    display: inline-block;
    width: 27px;
    height: 28px;
    background: url(/static/images/arrow-up.png) no-repeat center;
}
.tipsDown_bd{
    z-index: 10;
    margin-top: -5px;
    padding: 10px;
    text-align: left;
    color: #333;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
    line-height: 26px;
    box-shadow: 0 0 5px 1px #e2e2e2;
}
.country:hover .tipsDown{
    display: block;
}
.tipsDownLeft {

}
.tipsDownLeft .tipsDown_hd{
    position: relative;
}
.tipsDownLeft .tipsDown_hd .icon{
    border-color: transparent transparent #59c203;
    border-width: 10px 10px 15px 10px;
    border-style: solid;
    position: relative;
    z-index: 10;
    bottom: 2px;
    background: none;
    width: 0;
    height: 0;
}
.tipsDownLeft .tipsDown_hd .icon:before{
    content: "";
    border-color: transparent transparent #e3e9ed;
    border-width: 10px 10px 15px 10px;
    border-style: solid;
    position: absolute;
    top: -9px;
    left: -10px;
    z-index: -15;
}
.tipsDownLeft .tipsDown_bd{
    position: relative;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    min-height: 150px;
    border: 1px solid #59c203;
}
.tipsDownLeft .tipsDown_bd>.title{
    height: 100%;
    width: 25px;
    line-height: 25px;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    writing-mode: vertical-rl;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #59c203;
    font-size: 13px;
    color: #fbfbfb;
    letter-spacing: 2px;
}
.tipsDownLeft .tipsDown_bd>.title .require{
    line-height: 25px;
    height: 25px;
    vertical-align: sub;
}
.tipsDownLeft .tipsDown_bd .content{
    padding-left: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.tipsDownLeft .tipsDown_bd .content .country_fee{
    padding: 0;
    border-bottom: 1px solid #59c203;
    min-height: 75px;
}
.tipsDownLeft .tipsDown_bd .content .country_fee:last-child{
    border-bottom: 0;
}
.tipsDownLeft .tipsDown_bd .content .country_fee .titleBtn{
    min-width: 80px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #e3e9ed;
    color: #646464;
    font-size: 15px;
}
.tipsDownLeft .tipsDown_bd .content .country_fee .titleBtn .lxy-radio{
    width: 18px;
    height: 18px;
    border: 1px solid #cfd0d2;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 10px;
}
.tipsDownLeft .tipsDown_bd .content .country_fee .rems{
    white-space: initial;
    padding: 10px 15px;
    background: #f2f6f8;
    color: #5f7d95;
    font-size: 14px;
}
.tipsDownLeft .tipsDown_bd .content .country_fee.active .titleBtn{
    background: #cdebb5;
    color: #59c203;
}
.tipsDownLeft .tipsDown_bd .content .country_fee.active .rems{
    background: #e3f7d2;
}
.tipsDownLeft .tipsDown_bd .content .country_fee.active .titleBtn .lxy-radio{
    border-color: #59c203;
    border-width: 5px;
    width: 10px;
    height: 10px;
}

.country .typeInfo{

}

.country_fee{
    display: table;
    width: 100%;
    padding: 10px 0;
}
.country_fee .title{
    display: table-cell;
    vertical-align: top;
    width: 100px;
    text-align: center;
}
.country_fee .rems{
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}
.country_fee .rems span{
    width: 400px;
    display: inline-block;
    white-space: normal;
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 10px 15px;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}
.country_fee .rems span:before{
    content: "";
    margin-top: 7px;
    border-right: 10px solid #f2f2f2;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -10px;
    top: 5px;
}