body .layui-layer-btn .layui-layer-btn0{
    border-color: #f60;
    background-color: #f60;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
    color: #f60;
}
.layui-laypage a:hover {
    color: #f60;
}
.layui-laypage input:focus, .layui-laypage select:focus{
    border-color: #f60!important;
}

body{
    background: #F1F4F9;
    font-size: 14px;
    color: #333;
}
.common-title{
    font-size: 16px;
    font-weight: bold;
}
.primary-color{
    color: #f60;
}
.aprice-detail{
    width: 1200px;
    margin: 0 auto 30px;
}
.aprice-nav{
    line-height: 40px;
    font-size: 12px;
}
.aprice-nav a{
    color: #999;
}
.aprice-nav > span{
    margin: 0 2px;
}
.detail-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.detail-content .left-content{
    flex: 1;
    margin-right: 15px;
    min-width: 400px;
}
.detail-content .right-content{
    width: 32%;
    min-width: 375px;
}
.notice-block{
    background: #FAFCFF;
    border: 1px solid #7FBEFF;
    border-radius: 4px;
    font-size: 13px;
    margin: 5px 0 15px;
    color: #333;
    padding: 5px 0 5px 10px;
}
.notice-block i{
    color: #f60;
    font-weight: bold;
    font-size: 18px;
    vertical-align: bottom;
    margin-right: 5px;
}
.info-title{
    padding: 10px 15px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.info-content > div > div{
    margin: 0 15px;
    color: #333;
    align-self: center;
    line-height: 20px;
    padding: 5px 0;
}
.info-content > div > div a{
    color: #007EFF;
}
.info-content > div{
    border-width: 0 1px 1px 1px;
    border-color: #ddd;
    border-style: solid;
    display: flex;
}
.info-content label {
    width: 150px;
    min-width: 150px;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
    background: #F8F9FA;
    line-height: 40px;
}
.buy-procedure p{
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 16px;
}
#price{
    font-weight: bold;
}
.proceduce-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.proceduce-con > span{
    display: inline-block;
    height: 1px;
    border-top: 2px dashed #ddd;
    position: relative;
    text-align: center;
    max-width: 80px;
    width: 60px;
}
.proceduce-con > span em{
    border-bottom: 6px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid transparent;
    border-left: 10px solid #FF9E5F;
    position: absolute;
    top: -7px;
    left: 0;
    right: -7px;
    width: 0;
    margin: 0 auto;
}
.proceduce-text{
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}
.proceduce-text>div{
    width: 96px;
    text-align: center;
    padding: 5px 0;
}
.recommend{
    background-color: #fff;
    margin-bottom: 15px ;
}
.re-title {
    line-height: 42px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
}
.recommend .re-list {
    min-height: 235px;
    color: #666;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recommend .re-list>div {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    color: #666;
}
.re-list:before,.re-list:after {
    display: block;
    content: '';
}
.re-list > span{
    text-align: center;
    display: block;
    padding-top: 50px;
}
.re-title .more{
    cursor: pointer;
}
.re-title .more:hover{
    color: #f60;
}
.re-title i{
    margin-right: 5px;
    vertical-align: bottom;
    color: #f60;
    font-size: 18px;
}
.common-qes{
    background-color: #fff;
    color: #666;
}
.re-title{
    border-bottom: 1px solid #f6f6f6;
}
.qes-content{
    padding: 15px 15px 0 15px;
}
.qes-content > div{
    padding-bottom: 15px;
    line-height: 22px;
}
.qes-content > div p{
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}
.recommend .re-list>div>span:first-child {
    flex: 1;
    text-align: left;
    -ms-word-break: break-all;
    word-break: break-all;
    line-height: 12px;
    color: #333;
}
.recommend .re-list>div>span:nth-child(2) {
    flex: 0.8;
    padding: 0 5px;
    font-size: 13px;
}
.recommend .re-list a {
    padding: 5px 10px;
    background-color: #f60;
    border-radius: 2px;
    color: white;
    font-size: 12px;
}
.aux-text{
    font-size: 12px;
    color: #999999;
}
.secure-inspect{
    font-size: 12px;
    color: #007EFF;
}
.secure-inspect span {
    margin: 0 5px;
}
.buynow{
    padding: 7px 15px;
    color: #fff;
    background-color: #f60;
    margin-right: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    cursor: pointer;
}
.buynow:hover{
    opacity: 0.8;
}
.aprice-nav a:hover{
    color: #f60;
}
.visited{
    color: #f60!important;
}
#domain-intro{
    font-size: 12px;
}
.double-lh{
    line-height: 50px!important;
}


@media (max-width: 1200px) {
    .aprice-detail{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .detail-content{
        padding: 0 15px;
    }
    .buy-procedure{
        display: none;
    }
    .detail-content .left-content{
        margin-right: 0;
    }
    .detail-content .right-content{
        width: 100%;
    }
    .recommend{
        margin-top: 15px;
    }
    .info-content label{
        min-width: 90px;
        width: auto;
    }
    .aprice-nav{
        padding-left: 15px;
    }
}