  




/*澶撮儴寮€濮�*/
img{
    max-width: 100%;
    height: auto;
}

.header{
    box-sizing: border-box;
    background-image: linear-gradient(to right,#eef3fd,#edeffa,#e7edfd,#edeff6,#e7edfc); 
    /* position: fixed;
    z-index: 99;
    background-color: rgba(255,255,255,0.8); */
    
}




.header-bg{
    background-image: url('../images/images/banner_bg1.jpg');
    background-position: 100% 100%;
    background-size: 100% 100%;
    position: relative;
}

.header-left-title{
    font-size: 58px;
    letter-spacing: 5px;
    color: #000;
}

.header-left-tips{
    font-size: 28px;
    letter-spacing: 2px;
    color: #333;
}

.header-left-detail{
    line-height: 2;
    color: #333;
}

.header-left-btn-left{
    background-color: #1f57f5;
    border-radius: 10px;
    padding: 12px 44px;
    color: #fff;
}

.header-left-btn-left a{
    color: #fff;
}

.header-left-btn-right{
    border-radius: 10px;
    border: 1px solid #1f57f5;
    padding: 12px 12px;
    color: #1f57f5;
}

.header-right{
    overflow: hidden;
    height: 800px;
}

.header-right-item{
    position: relative;
    top: -320px;

}

.header-right-item-title-bg{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    margin-top: 10px;
    height: 60px;
}

.header-right-item-title-bg-title{
    color: #000;
    font-size: 13px;
}

.header-right-item-title-bg-tips{
    color: #333;
    font-size: 11px;
}

.box{
    height: 320px;
    position: absolute;
}

.box2{
    height: 320px;
    position: absolute;
}

.box3{
    height: 320px;
    position: absolute;
}

.line{
    background: #1d64ff;
    height: 3px;
    animation: myfirst linear 3s;
    
}

@keyframes myfirst
{
    0%   {width: 0;}
    10%   {width: 10%;}
    20%   {width: 20%;}
    30%   {width: 30%;}
    40%   {width: 40%;}
    50%   {width: 50%;}
    60%   {width: 60%;}
    70%   {width: 70%;}
    80%   {width: 80%;}
    90%   {width: 90%;}
    100%   {width: 100%;}

}


.header-layer-top{
    height: 200px;
    width: 100%;
    background-image:linear-gradient(179deg,rgba(239,246,255,.84),rgba(239,246,255,.84) 19%,rgba(239,246,255,0) 79%);
    position: absolute;
    top: 0;
    z-index: 999;
}

.header-layer-bottom{
    height: 160px;
    width: 100%;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
    position: absolute;
    bottom: 0;
    z-index: 999;
}


.navbar-dark .navbar-nav .nav-link{
    color: #000;
}


.navbar-dark .navbar-nav .nav-link:hover{
    color: #1257dc;
}

.navbar-dark .navbar-toggler-icon{
    background-image: url(../images/category.png);
}

.navbar-nav .nav-item{
    margin-left: 15px;
}

.header-login{
    border: 1px solid #000;
    border-radius: 20px;
    padding: 1px 25px;
    font-size: 14px;
}


.header-try{
    border-radius: 20px;
    padding: 2px 14px;
    font-size: 14px;
    background-color: #2255f5;
    color: #fff;
}

.header-login:hover {
    color: #007bff;
    text-decoration: none;
}

.header-try:hover {
    color: #FFF;
    text-decoration: none;
}


.no-padding{
    padding: 0;
}

.header-logo{
    width: 112px;
    height: 37px;
}

@media (min-width: 1380px){
    .container {
        max-width: 1200px;
    }

}

.record-top{
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.record{
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#a6b2f2,#a6b2f2,#b0cafe,#6894ff,#3065ff);
    padding: 30px 0;
}

.record-num{
    font-size: 50px;
    font-weight: 600;
}

.record-text{
    font-size: 26px;
}

.record-jia{
    font-size: 26px;
}
.record-icon{
    width: 20px;
    height: 47px;
}
.record-title{
    font-size: 20px;
}

.content-title{
    font-size: 36px;
    font-weight: 600;
}

.content-tips{
    font-size: 18px;
    color: rgb(107, 106, 106);
}

.manage-nav-item-left img{
    width: 40px;
    height: 34px;
}

.manage-nav-item-left span{
    font-size: 16px;
}

.manage-nav-item-left{
    padding: 5px 10px 5px 0;
}

.manage-nav-item-left.active{
    border-bottom: 1px solid #1974e0;
    color: #1257dc;
}

.manage-nav-item-left .manage-nav-item-arrow{
    width: 25px;
    height: 26px;
}

.manage-bg{
    background-color: #f2f7fe;
}

.manage-content-nav{
    background-color: #fff;
    padding: 20px 30px;
}

.manage-content-nav.active{
    background-color: #d9e9fe;
}

.manage-content-nav img{
    width: 40px;
    height: 40px;
}


.master-plate{
    position: relative;
}


.sign-type-col{
    padding: 0 3px;
}

.sign-type-bg{
    background-color: #fff;
    padding: 0 7px;
    margin-top: 10px;
    height: 250px;
}
.sign-type-line{
    width: 50px;
    height: 2px;
    background-color: #2d6bff; 
    margin: 0 auto;
}
.sign-type-title{
    font-size: 18px;
}
.sign-type-btn{
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.sign-type-btn a{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.master-plate{
    position: relative;
}


.master-plate-cover{
    background-color: rgba(0, 0, 0, 0.8);
    width: 83%;
    height: 98%;
    position: absolute;
    border-radius: 20px;
    left: 15px;
    top: 10px;
    display: none;

}

.master-plate-cover a{
    transform: translate(0, 140px);
}

.master-plate:hover .master-plate-cover{
    display: block;
}

.pain-spot{
    background-image: url('../images/jjfa_bg.jpg');
    background-position: 100% 100%;
    color: #fff;
}

.dingzhi-spot{
    background-color: #f7f8fa;
}

.last-bg{
    background-image: url('../images/last_bg1.jpg');
    background-position: 100% 100%;
}

.last-bg-title{
    font-size: 32px;
    font-family: "PingFang SC",Helvetica,"HelveticaNeue-Bold","Helvetica Neue",Tahoma,Arial,sans-serif;
}

.last-bg-tips{
    font-size: 16px;
    color: #86909c;;
}

.last-bg-tips span{
    color: #165dff;
}

.last-bg-btn a{
    background-color: blue;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}

.footer-item a{
    color: #000;
}

.footer-lianxi img{
    width: 120px;
    height: 120px;
    border: 1px solid rgb(226, 225, 225);
}

.footer-lianxi div{
    font-size: 15px;
}

.footer-lianxi-kefu{
    font-size: 15px;
}

.footer-lianxi-kefu img{
    width: 18px;
    height: 18px;
    border: none;
}

.footer-copy{
    font-size: 14px;
    color: rgb(129, 127, 127);
    border-top: 1px solid rgb(226, 225, 225);
    padding: 10px;
}

.footer-copy a{
    color: rgb(129, 127, 127);
}

.footer-wap{
    background-color: #121316;
    color: #D4D4D4;
    font-size: 15px;
}

.footer-wap-bottom{
    background-color: #fff;
}

.footer-zixun{
    border-right: 1px solid #4576E6;
}

.footer-wap-bottom img{
    width: 26px;
}

.footer-title{
    font-size: 15px;
}


.empower-bg{
    background-image: url('../images/images/solution_bg.jpg');
    background-position: 100% 100%;
}

/* .solution-bg-item1-left{
    width: 600px;
} */

.empower-bg-item1-left-title{
    font-size: 22px;
    margin-bottom: 30px;
}
.empower-bg-item1-left-content{
    line-height: 2;
    font-size: 18px;
}
.empower-bg-item1-left-btn{
    font-size: 15px;
}


/* 浜у搧 */

.system-bg{
    background-image: url('../images/tggx_bg.jpg');
    background-position: 100% 100%;
}

.system-nav-bg{
    background-color: #e5edff;
    border-radius: 20px;
}

.system-nav-bg-item{
    border-radius: 25px;
    padding: 6px 20px;
}

.system-nav-bg-item.active{
    background-image: linear-gradient(to right, #2fc6ff, #4060ff);
    color: #fff;
}

.system-nav-bg-item img{
    width: 40px;
    height: 40px;
}

.lights-row{
    height: 1px;
    background-color: rgb(226, 225, 225);
}

.lights-item.active{
    border-bottom: 2px solid #3190ff;
    color: #1453ff;
}

.lights-item-title{
    font-size: 26px;
    font-weight: 600;
}

.liucun-bg{
    background-color: #f2f7fe;
}

.liucun-content-detail-btn a{
    background-color: blue;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 10px;
}

.hangye-bg{
    background-image: url('../images/yyhy_bg.jpg');
    background-position: 100% 100%;
}

.hangye-item{
    position: relative;
}

.hangye-title{
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hangye-item-btn a{
    background-color: blue;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 10px;
}

/* 妗堜緥 */
.anli{
    position: relative;
}

.anli-container{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.anli-container-title{
    font-size: 40px;
    color: #fff;
}

.anli-container-tips{
    font-size: 16px;
    color: #f4f1f0;
}

.anli-container-btn1{
    background-color: #1fc0f5;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}


.anli-container-btn2{
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.anli-title{
    position: absolute;
    color: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    z-index: 99;
}

.category-item{
    width: 120px;
}

.category-item-btn{
    padding: 6px 10px;
    /*border: 1px solid #ccc;*/
    color: #333;
    font-size: 18px;
    height: 40px;
}

.category-item-btn.active{
    padding: 6px 10px;
    color: #fff;
    background-color: #2255f6;
}

.category-item-btn.active2{
    padding: 6px 10px;
    color: #000;
    /*border-bottom: 3px solid #2255f6;*/
}

.category-item-btn-line{
    width: 56px;
    height: 3px;
    margin: 0 auto;
}

.category-item-btn-line.active{
    background-color: #2255f6;
}

.sort-item{
    /*border: 1px solid rgb(226, 225, 225);*/
    color: #333;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 4px 10px;
    box-sizing: box-sizing;
    margin: 0 6px;
}

.sort-item img{
    width: 100%;
    height: auto;
    border-radius: 7px;
    transform: scale(1);
    transition: all 0.5s;
}

.sort-item img:hover{
    transform: scale(1.03);
    transition: all 0.5s;
}

.sort-item-title{
    margin: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 600;
    /*height: 44px;*/
}

.sort-item-title a{
    color: #000;
}

.sort-item-detail{
    margin: 0 10px;
    font-size: 14px;
    color: #55555d;
    height: 60px;
}

.sort-item-time{
    margin: 0 10px 10px 10px;
}

.sort-item-btn{
    margin: 10px;
    padding-top: 10px;
    border-top: 1px solid rgb(226, 225, 225);
}

.sort-item-btn a{
    color: #333;
}

.pages{
    text-align: center;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pages a {
    min-width: 40px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 8px 15px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #111111;
    margin-right: 5px;
}

/* 鏂伴椈璧勮 */


.article-item{
    border: 1px solid rgb(226, 225, 225);
    color: #333;
    font-size: 15px;
}

.article-item a{
    color: #000;
    text-decoration: none;
}

.article-item:hover{
    background-color: #303843;
}

.article-item:hover a{
    color: #fff;
}

.article-item-title{
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}

.article-item-detail{
    font-size: 14px;
}

.article-title{
    font-size: 28px;
}
.article-time{
    font-size: 13px;
    color: #a2a2a2;
    line-height: 30px;
}

/*  */

.sec_nav {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 0px;
    height: 0px;
}

.contents {
    background-color: #fff;
    z-index: 10;
    padding-top: 20px;
}

.article {
    margin-bottom: 60px;
}

.bottom_link {
    text-align: center;
    margin-bottom: 60px;
}

.bottom_link a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    background-color: #9c9c9c;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 5px;
    transition: all 0.5s;
}

.bread_nav a{
    color: #333;
    text-decoration: none;
}

.recommend {
    background-color: #f6f6f6;
    padding: 20px 20px 5px;
    margin-bottom: 50px;
}

.recommend h2 {
    font-size: 20px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.recommend ul{
    padding: 0;
    margin: 0;
    list-style: none;
    border: none;
    font-size: 13px;
    font-family: "寰蒋闆呴粦", "Arial";
    color: #666;
}

.recommend ul li a {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-decoration: none;
}

.recommend ul li a h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend ul li a span {
    font-size: 13px;
    color: #a2a2a2;
    line-height: 30px;
}

.recommend ul li a p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}


/* 瀹氫环 */

.mark-price{
    position: relative;
}

.mark-price-title{
    text-align: center;
    position: absolute;
    color: #000;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    font-weight: 600;
}

.mark-price-title-pp{
    background: linear-gradient(to right, #5A42EC, #09BBFE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.mark-price-title-tips{
    font-size: 20px;
    margin-top: 10px;
    color: #6c7b8d;
    font-weight: 400;
}

.mark-price-detail{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.mark-price-detail-icon{
    width: 50px;
    height: 50px;
}

.mark-price-detail-title{
    color: #000;
    font-size: 16px;
}

.mark-price-detail-tips{
    font-size: 14px;
    color: #333;
}

.version{
    position: relative;
    z-index: 9;
}

.version-item{
    padding: 0;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #000;
    height: auto;
    position: relative;
    box-sizing: border-box;
}

.version-item:hover{
    transition: all 0.5s;
    transform: scale(1.1);
}

.version-item:not(:hover){
    transition: all 0.5s;
    transform: scale(1);
}

.version-item-btn{
    position: absolute;
    width: 70%;
    left: 0;
    bottom: 14px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #1F56F5;
    color: #1F56F5;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 16px;
    padding: 3px 0;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-item-btn2{
    background-color: #1F56F5;
    color: #fff;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-item-title{
    font-size: 18px;
    position: relative;
}

.version-item-title-bg{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	width:100%;
}

.version-item-title-title{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    color: #000;
    font-size: 30px;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-item-title-tips{
    width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #333;
}

.version-item-title-tips2{
    color: #D3D3D3;
}

.version-item-tips{
    font-size: 12px;
    color: #4e4d4d;
    text-align: center;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-bg-white{
    background-color: #fff;
}

.version-btn-red{
    color: #DC3838;

}

.version-btn-blue2{
    color: #1F56F5;
}

.version-item-size{
    font-weight: 600;
    font-size: 12px;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-item-size2{
    font-weight: 600;
    font-size: 18px;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-item-size span{
    font-size: 26px;
    font-weight: 800;
}

.version-btn-grey{
    background-color: #dfdfdf;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
}

.version-bg-blue{
    background-image: linear-gradient(90deg, #fafcff, #daecfe);
}

.version-btn-blue{
    background-color: #2989ff;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
}

.version-btn-orange{
    background-color: #b99858;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
}

.version-bg-orange{
    background-image: linear-gradient(90deg, #fefdf8, #feecd9);
}


.version-btn-purple{
    background-color: #6e2ead;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
}

.version-text-purple{
    color: #6e2ead;
}

.version-bg-purple{
    background-image: linear-gradient(90deg, #fef9ff, #fad9ff);
}

.version-btn-pink{
    background-color: #bb1520;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
}

.version-text-pink{
    color: #bb1520;
}

.version-bg-pink{
    background-image: linear-gradient(90deg, #fffaf8, #fdd8d8);
}


.version-detail{
    font-size: 14px;
    margin-bottom: 16px;
    font-family: PingFangSC-Regular,PingFang SC,"Microsoft YaHei";
}

.version-detail-icon{
    color: #66C105;
}

.ability-item{
    border: 1px solid #ccc;
    border-radius: 10px;
}

.ability-item-title{
    border-bottom: 1px solid #ccc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 18px;
}

.ability-item-detail{
    font-size: 14px;
}

.disabled{
    color: #ccc;
    text-decoration: line-through;
}

.ability-item-dz{
    color: #b31c27;
}

.increment{
    background-color: #f2f7fe;
}
.increment-item{
    background-color: #fff;
    border-radius: 6px;
}

.property-item{
    background-color: #f5f5f5;
    border-radius: 6px;
}

.property-item img{
    width: 45px;
    height: 45px;
}

.property-item span{
    font-size: 15px;
}

.modal-content{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.modal-content .modal-content-video{
    position: relative;
    width: 70%;
    height: auto;
}

.modal-content .modal-content-video video{
    width: 100%;
}

.modal-content .modal-content-video .video_close{
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
    cursor: pointer;
}

.manage-nav-item{
    font-size: 14px;
    color: #86909C;
}


.funeng{
    background-color: #f2f7fe;
}

.funeng-item{
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 200px;
    background-color: #fff;
    border-radius: 20px;
}

.funeng .funeng-ty{
    background-image: url('../images/fn_pic1.png');
}

.funeng .funeng-xl{
    background-image: url('../images/fn_pic2.png');
}

.funeng .funeng-yx{
    background-image: url('../images/fn_pic3.png');
}

.funeng .funeng-hd{
    background-image: url('../images/fn_pic4.png');
}

.funeng .funeng-sj{
    background-image: url('../images/fn_pic5.png');
}

.funeng .funeng-cj{
    background-image: url('../images/fn_pic6.png');
}

.funeng-item div{
    font-size: 14px;
    color: rgb(107, 106, 106);
}

.funeng-item2 div{
    font-size: 14px;
    color: rgb(107, 106, 106);
}


.funeng-item2{
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 410px;
    background-color: #fff;
    border-radius: 20px;
}

.fn-bg{
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 0;
}

.fn-bg div{
    font-size: 14px;
    color: #999;
}

.fn-bg-icon{
    background-image: url('../images/f1.png');
    background-position: 100% 100%;
    background-size: 178px 122px;
    background-repeat: no-repeat;
}

.fn-bg-icon2{
    background-image: url('../images/f2.png');
    background-position: 100% 100%;
    background-size: 178px 122px;
    background-repeat: no-repeat;
}

.fn-bg-icon3{
    background-image: url('../images/f3.png');
    background-position: 100% 100%;
    background-size: 178px 122px;
    background-repeat: no-repeat;
}

.fn-bg-icon4{
    background-image: url('../images/f4.png');
    background-position: 100% 100%;
    background-size: 178px 122px;
    background-repeat: no-repeat;
}

.fn-bg-icon5{
    background-image: url('../images/f5.png');
    background-position: 100% 100%;
    background-size: 178px 122px;
    background-repeat: no-repeat;
}

.fn-bg-icon6{
    background-image: url('../images/f6.png');
    background-position: 100% 100%;
    background-size: 178px 122px;
    background-repeat: no-repeat;
}

.customer{
    background-image: url('../images/price2/bg1.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}

.customer-tips{
    font-weight: 600;
    font-size: 22px;
}

.customer-tips span{
    color: #EF6C3F;
    font-size: 22px;
}

.customer-btn{
    background-color: #1F56F5;
    color: #fff;
    width: 150px;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
    margin: 0 auto;
    margin-top: 10px;
}

.used-title{
    font-size: 26px;
    font-weight: 600;
}

.used-icon{
    transform: rotate(271deg);
    font-size: 26px;
}

.used-icon2{
    transform: rotate(91deg);
    font-size: 26px;
}

.used-detail-title{
   padding: 0;
   padding: 0 2px;
   box-sizing: border-box;
}

.used-detail-title-tips{
    background-color: #F3F8FE;
    padding: 5px 2px;
    box-sizing: border-box;
    height: 80px;
}

.used-detail-title-tips-btn{
    background-color: #1F56F5;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 1px 3px;
}

.used-detail-item{
   padding: 0;
   padding: 0 2px;
   box-sizing: border-box;
}

.used-detail-item-icon{
    width: 20px;
    height: 20px;
}

.used-detail-item-title{
    font-size: 18px;
}

.used-detail-item-tips{
    font-size: 14px;
}
.used-detail-item-height{
    height: 21px;
}
.used-detail-item-bg{
    background-color: #F9F9F9;
    color: #666666;
}

.used-detail-item-bg2{
    border-top: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    box-sizing: border-box;
}

.used-detail-item-bg3{
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
}

.used-detail-item-fixed{
    height: 170px;
}

.used-detail-item-fixed2{
    height: 380px;
}

.used-detail-item-fixed3{
    height: 612px;
}

.used-detail-item-fixed4{
    height: 455px;
}

.used-detail-item-fixed5{
    height: 220px;
}

.used-green{
    color: #66C105;
    font-weight: 600;
}

.used-detail-item-title-icon{
    transform: rotate(271deg);
    font-size: 18px;
}

.used-detail-item-title-icon2{
    transform: rotate(91deg);
    font-size: 16px;
}

.service-title{
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
}

.effect-title{
    font-size: 26px;
    font-weight: 600;
    margin: 0 auto;
}

.effect-left-item{
    color: #00C29A;
}
.effect-left-item-num{
    font-weight: 600;
    font-size: 80px;
}
.effect-left-item-unit{
    font-size: 22px;
}

.effect-left-item-icon{
    width: 22px;
    height: 21px;
}

.effect-left-item2{
    color: #2EA1FF;
}

.effect-left-item3{
    color: #FFA93A
}

.effect-left-item-tips{
    font-size: 20px;
    font-weight: 600;
}


.used-detail-item-padding{
    padding: 0;
    padding: 0 2px;
    box-sizing: border-box;
}

.used-detail-item-tips-color{
    color: #fff;
}

.container-border{
    border: 1px solid rgba(0,0,0,0.1); 
    border-radius: 5px;
}

.nav-fixed{
    position: fixed;
    left: 0;top: 0;
    z-index: 99;
}
.price-fixed{
    position: fixed;
    left: 0;
    top: 62px;
    z-index: 99;
}

.used-detail-title-tips-tile{
    font-size: 20px;
}

.used-detail-item-subtitle{
    font-size: 15px;
}

.used-detail-item-minititle{
    font-size: 14px;
}

.used-detail-item-border{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.row-hover:hover{
    background-color: #eff2f7;
    z-index: 999;
}

.used-detail-item-height{
    height: 52px;
}

.effect-btn{
    margin: 0 auto;
    color: #2ea1ff;
    border: 2px solid #2ea1ff;
    border-radius: 8px;
    font-size: 18px;
    padding: 5px 15px;
}

.category-title{
    font-size: 34px;
    color: #1d2129;
}

.category-subtitle{
    color: #999;
}

@media (max-width: 640px){
    
    .mark-price-title{
        font-size: 16px;
        top: 50%;
    }

    .mark-price-title-tips{
        font-size: 14px;
        margin-top: 2px;
    }

    .mark-price-detail{
        top: 70%;
    }
    
    
    .manage-content-nav span{
        font-size: 14px;
    }
    .manage-nav-item-left {
        padding: 5px 0 5px 0;
    }
    .manage-nav-item-left span {
        font-size: 14px;
    }
    .mark-price-title{
        font-size: 18px;
        top: 50%;
    }
    .version{
        position: relative;
        z-index: 9;
        margin-top: 0;
    }
    
    
    .record-top{
        margin-top: -20px;
        position: relative;
        z-index: 9;
    }
    .record{
        padding: 10px 0;
        margin: 0 10px;
    }
    .record-num{
        font-size: 26px;
        font-weight: 600;
    }
    
    .record-text{
        font-size: 20px;
    }
    
    .record-jia{
        font-size: 20px;
    }
    .record-icon{
        width: 13px;
        height: 30px;
    }
    .record-title{
        font-size: 14px;
    }

    .content-title{
        font-size: 22px;
        font-weight: 600;
    }

    .content-tips{
        font-size: 14px;
    }

    .manage-content-nav{
        background-color: #fff;
        padding: 10px 15px;
    }

    .anli-title{
        font-size: 22px;
    }
    
    /*.used-detail-title-tips-tile{*/
    /*    font-size: 14px;*/
    /*}*/

    .used-detail-item{
        margin-bottom: 4px;
    }

    .used-detail-item-bg2{
        border: 1px solid #F0F0F0;
        box-sizing: border-box;
    }

    .used-detail-item-fixed{
        height: 170px;
    }

    .used-detail-item-fixed2{
        height: 378px;
    }

    .used-detail-item-fixed3{
        height: 612px;
    }
    
    .used-detail-title-tips-tile{
        font-size: 12px;
    }

    .used-detail-item-tips-height{
        height: 60px;
    }
    
    .version-item:hover{
        transition: all 0.5s;
        transform: scale(1);
    }
    
    .article-title{
        font-size: 16px;
    }
    
    .customer-tips{
        font-weight: 600;
        font-size: 16px;
    }
    
    .customer-tips span{
        color: #EF6C3F;
        font-size: 16px;
    }
    
    .used-title{
        font-size: 20px;
        font-weight: 600;
    }
    
    .used-icon{
        transform: rotate(271deg);
        font-size: 20px;
    }
    
    .used-icon2{
        transform: rotate(91deg);
        font-size: 20px;
    }
    
    .used-detail-item-title{
        font-size: 15px;
    }
    
    .used-detail-item-subtitle{
        font-size: 14px;
    }
    
    .used-detail-item-minititle{
        font-size: 13px;
    }
    
    .service-title{
        font-size: 20px;
        font-weight: 600;
        margin: 0 auto;
    }
    
    .effect-title{
        font-size: 20px;
        font-weight: 600;
        margin: 0 auto;
    }
    
    
    .effect-left-item-num{
        font-weight: 600;
        font-size: 40px;
    }
    .effect-left-item-unit{
        font-size: 14px;
    }
    
    .effect-left-item-icon{
        width: 18px;
        height: 17px;
    }
    
    .effect-left-item-tips{
        font-size: 14px;
        font-weight: 600;
    }

    .effect-btn{
        margin: 0 auto;
        color: #2ea1ff;
        border: 2px solid #2ea1ff;
        border-radius: 8px;
        font-size: 14px;
        padding: 5px 10px;
    }
    
    
    .used-detail-title-tips-btn{
        font-size: 12px;
    }
    
    .version-item-btn{
        font-size: 14px;
    }
    
    .category-title{
        font-size: 22px;
        color: #1d2129;
    }
    
    .last-bg-title{
        font-size: 24px;
    }
    
    .category-item-btn{
        font-size: 16px;
    }
    
    .sort-item-title{
        font-size: 16px;
    }
    
    .anli-container-title{
        font-size: 16px;
    }

    .anli-container-tips{
        font-size: 12px;
    }


}



