*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-size: 14px;
    font-family: '微软雅黑',Tahoma, Geneva, sans-serif; 
    color:#333;
    background-color: #F5F5F5;
}
a{
    color:#333;
    text-decoration: none;
}
a:hover {color: #d61518;}
ul,li{list-style-type: none}

.onerow-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tworow-overflow{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.page-width{
    width: 1210px;
    margin: 0 auto;
}
.fl{float: left;}
.fr{float: right;}
.all-width{
    display: block;
    width: 100%;
    height: 100%;
}

/* 顶部样式 */
#headerCont{height: 150px;}
.header-top{
    height: 50px;
    line-height: 50px;
    background-color: #f04844;
}
.top-menu li{
    float: right;
    font-size: 12px;
    color: #FFF;
}
.top-menu a{color: #FFF;}
.top-menu span{margin: 0 6px}
.top-menu a:hover{
    text-decoration: underline;
}
.phone-edition{
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.phone-edition img{width: 14px;}
.phone-edition span{margin: 0 0 0 3px;}
.first-ewm{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
    color: #999;
    background-color: #FFF;
    height: 0;
    transition: height 0.3s;
    overflow: hidden;
}
.ewm-box{box-shadow: 0 15px 20px rgba(0, 0, 0, .1)}
.ewm-box img{
    display: block;
    width: 200px;
    height: 200px;
    margin: 15px; 
    margin-bottom: 0;
}
.ewm-box p{
    line-height: normal;
    text-align: center;
    padding: 7px 0 15px 0;
}
.phone-edition:hover .first-ewm{
    height: 253px;
}
.header-handle{
    height: 100px;
    padding: 17px 0;
    background-color: #FFF;
    border-bottom: 1px solid #e4e4e4;
}
.header-handle.search-settop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    z-index: 9;
}
.header-handle>div{overflow: hidden;}
.header-logo img{
    display: block;
    width: 66px;
    height: 66px;
}
.header-logo a{
    display: block;
    overflow: hidden;
}
.header-logo div{
    margin-left: 75px;
    padding-top: 8px;
}
.header-logo div span{
    display: block;
    line-height: 28px;
}
.header-logo div span:first-child{
    font-family: '微软雅黑 Bold', '微软雅黑';
    font-weight: 700;
    color: #999999;
    font-size: 28px;
}
.header-logo div span:last-child{
    font-family: '微软雅黑';
    font-weight: 400;
    color: #CCCCCC;
}
.header-search{
    margin: 10px 0 0 320px;
    width: 600px;
    height: 46px;
    border-radius: 46px;
    border: 1px solid #f15350;
    padding: 4px 4px 4px 20px;
    font-size: 18px;
}
.search-input{
    border: none;
    width: 475px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    outline: none;
}
.search-input::-webkit-input-placeholder{color: #CCC;} 
.serach-btn{
    width: 82px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 36px;
    background-color: #f04844; 
    color: #FFF;
    cursor: pointer;
}
.serach-btn:hover{background-color: #d61518;}


/* 底部样式 */
.footer-cont{
    color: #999;
    font-size: 12px;
    padding: 20px 0 12px 0;
    opacity: 0;
}
.footer-cont p{
    text-align: center;
    padding-bottom: 8px;
}
.footer-cont p a{
    color: #999;
    font-size: 12px;
}
.footer-cont p a:hover{color: #d61518;}
.footer-link{font-size: 0;}
.footer-link span{
    margin: 0 10px;
    font-size: 12px;
}

/* 右侧固定操作栏样式 */
#rightHandle{
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 80px;
    background-color: #FFF;
    box-shadow: -5px 0px 20px rgba(0, 0, 0, .1);
}
#rightHandle>div{
    height: 80px;
    text-align: center;
    font-size: 12px;
    color: #CCC;
    padding-top: 11px;
    cursor: pointer;
}
#rightHandle>div>.handle-icon{
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-bottom: 4px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#rightHandle>div:first-child{
    display: none;
    border-bottom: 1px solid #F2F2F2;
}
#rightHandle>div:first-child>.handle-icon{background-image: url('../image/go_topa.png');}
#rightHandle>div:last-child{position: relative;}
#rightHandle>div:last-child>.handle-icon{background-image: url('../image/phone_icona.png');}
#rightHandle>div:first-child:hover>.handle-icon{background-image: url('../image/go_topb.png');}
#rightHandle>div:last-child:hover>.handle-icon{background-image: url('../image/phone_iconb.png');}
#rightHandle>div:first-child:hover{color: #f04844}
#rightHandle>div:last-child:hover>span{color: #1abc9c;}
#rightHandle>div:last-child:hover .download-app{transform: scale(1);}
.download-app{
    position: absolute;
    right: 80px;
    bottom: 0;
    width: 250px;
    height: 253px;
    padding-right: 20px;
    transform: scale(0);
    transform-origin: 100% 85%;
    transition: all 0.3s;
}
.download-app>div{
    background-color: #FFF;
    overflow: hidden;
}
.sec-ewm::after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    bottom: 28px;
    border-left: 15px solid #FFF;
	border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.form-filed{
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 8px;
    position: relative;
}
.form-filed.warn-box,.form-filed.warn-phone,.form-filed.warn-used,.form-filed.warn-format{border-color: #ff7875;}
.form-filed>.input-icon{
    width: 30px;
    height: 30px;
}
.form-filed>.cancel-btn{
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: none;
}
.form-filed>input{
    width: 232px;
    height: 100%;
    border: none;
    outline: none;
    color: #666;
    font-size: 14px;
    padding: 2px 10px 0 10px;
}
.form-filed>input::placeholder{color: #CCC;}
.form-filed>input:-ms-input-placeholder{color: #CCC;}
.form-filed>input::-ms-input-placeholder{color: #CCC;}
.form-filed>input.code-input{width: 156px;}
.phone-code>div{
    width: 94px;
    text-align: center;
}
.send-code{
    display: block;
    height: 18px;
    line-height: 18px;
    width: 66px;
    margin: 0 auto;
    font-size: 12px;
    color: #F04844;
    cursor: pointer;
}
.send-code:hover{color: #d61518;}
.had-send{
    color: #999;
    font-size: 12px;
    display: none;
}
.form-filed p{
    position: absolute;
    left: 0;
    bottom: -23px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff7875;
    display: none;
}
.form-submit{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #f04844;
    cursor: pointer;
}
.form-submit:hover{background-color: #cf2521}
.form-submit.no-handle,.form-submit.no-handle:hover{
    background-color: #ff7b78;
    cursor: not-allowed;
}
.form-submit:active{background-color: #ff7b78;}

.topright-jump{
    height: 66px;
    line-height: 66px;
}
.view-wrap{
    height: 100%;
    padding-top: 20px;
}
.view-wrap>div{
    height: 100%;
    padding: 35px 40px 0 40px;
    background-color: #FFF;
    /* border: 1px solid #e4e4e4; */
}
.page-title{
    font-size: 16px;
    color: #999;
}

/* 消息提示框 */
.msgtips-box{
    position: fixed;
    top: 150px;
    left: 50%;
    min-width: 200px;
    transform: translateX(-50%);
    border: 1px solid #F2F2F2;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 99;
    display: none;
}
.msgtips-box>div{
    display: flex;
    align-items: center;
}
.msgtips-box.success-box{
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}
.msgtips-box.error-box{
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #F56C6C;
}
.msgtips-box>div>img{
    width: 17px;
    margin-right: 8px;
    vertical-align: middle;
}

.path-crumbs{
    color: #666;
    padding: 18px 0;
}
.path-crumbs a{color: #666;}
.path-crumbs a:hover{color: #d61518}
.handle-hover{
    color: #F04844;
    cursor: pointer;
}
.handle-hover:hover{color: #d61518}

.go-home{
    width: 200px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 30px;
    color: #FFF;
    background-color: #F04844;
    cursor: pointer;
}
.go-home:hover{background-color: #cf2521}
.go-home:active{background-color: #ff7b78;}