@charset "UTF-8";

/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

body {
    background: #f2f2f2;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}


/*去掉input等聚焦时的蓝色边框*/

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 14px;
    margin: 0;
}

textarea {
    resize: none;
}


/*防止拖动*/

img {
    border: 0;
    vertical-align: middle;
}


/* 去掉图片低测默认的3像素空白缝隙，或者用display：block也可以*/

table {
    border-collapse: collapse;
}

body {
    font: 14px Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: #f2f2f2;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}


/*头部导航开始*/

.top {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e4e4;
    z-index: 2;
    position: relative;
}

.TopMain {
    width: 1200px;
    margin: 0 auto;
}

.TopMain a.fr {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.TopMain>span {
    margin-right: 10px;
}

.loginOprateBox {
    margin-left: 6px;
}

.loginOprateBox a {
    padding: 0 12px;
}

.loginOprateBox a:hover {
    opacity: 0.7;
}

.loginOprateBox a .iconfont {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 2px;
}

.lineColorific {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #a84f49;
    position: relative;
    top: 2px;
}

.selectOprateBox span.lineGray {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #999;
    position: relative;
    top: 13px;
    padding: 0px;
}

span.selectOprateBox {
    margin-right: 50px;
}

.selectOprateBox>span {
    padding: 0 9px;
    position: relative;
    float: left;
}

.TopMain .iconfont {
    padding-right: 3px;
}

.TopMain .icon-jiantou {
    position: relative;
    top: 2px;
    left: 3px;
}

.TopMain .icon-up2 {
    position: relative;
    top: 2px;
    left: 3px;
}

.selectOprateBox a {
    color: #666
}

.selectOprateBox a:hover {
    color: #a84f49
}

.selectOprateBox .iconfont {
    position: relative;
    top: 1px;
}


/*导航展开收缩*/

.navLayer {
    display: none;
    width: 184px;
    padding-top: 6px;
    position: absolute;
    top: 40px;
    left: -7px;
    z-index: 100;
}

.navLayer ul {
    display: block;
    width: 162px;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    background: #fff;
    line-height: 160%;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.navLayer ul li {
    padding: 5px 0;
}

.triangle {
    width: 9px;
    height: 7px;
    position: relative;
    top: 1px;
    left: 80px;
    background: url(../images/shareIcon.png) no-repeat 0px -118px
}

.navTradeList {
    display: none;
    width: 184px;
    padding-top: 6px;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 100;
    margin-left: -92px;
}

.navTradeList ul {
    padding: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.homeNav ul li .navTradeList a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    font-size: 16px;
    color: #333;
}

.homeNav ul li:hover .navTradeList a {
    color: #333;
}

.homeNav ul li .navTradeList a:hover {
    color: #a84f49
}

.navLayer ul {
    display: block;
    width: 162px;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    background: #fff;
    line-height: 160%;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.navLayer ul a {
    padding: 5px 0;
}


/* 登录注册TOP */

.homeTop {
    width: 100%;
    padding: 32px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
    overflow: hidden;
    height: 75px;
    line-height: 75px;
}

.loginBox {
    width: 100%;
    min-height: 710px;
    background: #7dd4fe url(../images/loginBg.jpg) no-repeat center center
}

.loginMain {
    float: right;
    width: 378px;
    background: #ffffff;
    box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
    padding: 8px 32px 20px;
    box-sizing: border-box;
}

.loginMain ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.loginMain ul li i {
    position: relative;
    float: left;
    margin-right: 3px;
}

.loginMain ul li input {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 90%;
}

.loginMain ul li input.w166 {
    width: 166px;
}

.loginMain .loginArticle {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}

.detailLoginMain {
    width: 320px;
}

.detailLoginMain ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.detailLoginMain ul li i {
    position: relative;
    float: left;
    margin-right: 3px;
}

.detailLoginMain ul li input {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 90%;
}

.detailLoginMain ul li input.w166 {
    width: 166px;
}

.detailLoginMain .loginArticle {
    display: none;
}

.loginBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #a84f49;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.loginBtn:hover {
    opacity: 0.8;
}

.loginA a {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #a84f49;
}

.verification {
    width: 110px;
    height: 38px;
    background-color: #f4f4f4;
    border: 0px;
    float: right;
}

.VerificationA {
    float: right;
    padding-right: 5px;
    font-size: 14px;
    color: #a84f49
}


/* 注册和忘记密码样式 */

.registeBox {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box
}

.registeBox article {
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 200%;
    margin-bottom: 15px;
}

.remainder {
    width: 100%;
    background: #fff5f6;
    line-height: 160%;
    padding: 10px 0;
    text-align: center
}

.registerSteps {
    margin: 0 auto;
    width: 870px;
    padding: 60px 0 80px;
}

.registerSteps li {
    float: left;
    width: 290px;
    padding-top: 30px;
    color: #999999;
    text-align: center;
    position: relative;
}

.registerSteps li.registerSteps_hover {
    color: #a84f49;
}

.registerSteps li::after {
    content: "";
    display: block;
    width: 290px;
    height: 3px;
    background-color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 0;
}

.registerSteps li.registerSteps_hover::after {
    background-color: #a84f49;
}

.registerSteps li p {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -2px;
    width: 26px;
    height: 26px;
    background-color: #eaeaea;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    z-index: 99;
}

.registerSteps li.registerSteps_hover p {
    background-color: #a84f49;
    color: #fff;
}

.registerForm {
    overflow: hidden;
    padding: 25px 0;
}

.registerForm ul li {
    width: 100%;
    padding: 12px 0;
    float: left;
}

.registerFormTitle {
    text-align: left;
    font-size: 16px;
    width: 182px;
    padding-right: 5px;
    float: left;
    line-height: 20px;
    padding: 10px 0;
    padding-left: 230px;
}
.registerFormTitle.pl20{
    padding-left:20px
}
.registerFormTitle.w150{
    width:150px;
}

.registerFromCon {
    position: relative;
    float: left;
}

.registerFromCon>p {
    line-height: 40px;
}

.registerForm .registerFromCon input {
    float: left;
}

.registerForm .reminderRight,
.registerForm .reminderWrong {
    float: left;
    line-height: 40px;
    padding-left: 8px;
}

.registerForm .radioBox {
    padding: 10px 0;
}

.orderList {
    color: #333;
}

.perchaseOperate {
    padding: 12px 0;
    overflow: hidden;
}

.OprateArea .checkBoxBlock {
    float: left;
    margin-right: 10px;
    padding: 2px 0 2px 12px;
}

.orderList .checkBox .check-on {
    padding-right: 6px;
}

.OprateBtn a {
    float: left;
    margin-right: 8px;
}

.adressBox select {
    width: 128px;
    height: 40px;
    border: solid 1px #d2d2d2;
    margin-right: 10px;
    color: #999;
    font-size: 14px;
}

.imgVerification {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 110px;
    height: 38px;
    overflow: hidden;
}

.imgVerification img {
    width: 100%;
    height: 100%;
}

.VerificationBtn {
    position: absolute;
    width: 138px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    color: #a84f49;
    top: 1px;
    left: 260px;
    padding: 0 8px;
    box-sizing: border-box
}

#diag_agreement {
    width: 920px;
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
    text-align: left;
    padding: 20px 30px;
    line-height: 180%;
    font-size: 14px;
}


/* 页尾 */

.footBox {
    background: #373737;
    color: #fff;
    width: 100%;
    min-width: 1200px;
}

.registerFoot p.registerFoot_links {
    padding-bottom: 10px;
}

.registerFoot p a {
    text-align: center;
    padding: 0 16px;
    color: #c9c9c9;
    font-size: 16px;
}

.registerFoot p a:hover {
    color: #fff;
}

.registerFoot {
    padding: 40px 0;
}

.registerFoot p {
    text-align: center;
    color: #9c9c9c;
    line-height: 200%;
}

.modifySuccess {
    width: 100%;
    text-align: center;
}

.modifySuccess>p {
    color: #a84f49;
    line-height: 180%;
    padding: 30px 0;
}

.modifySuccess>li {
    padding-top: 15px;
    font-size: 16px;
    color: #666666;
    width: 600px;
    margin-left: 445px;
    overflow: hidden;
}

.modifySuccess>li span {
    display: block;
    text-align: left;
    width: 340px;
    float: left;
}

.modifySuccess>li span.modifySuccess_title {
    color: #999999;
    width: 160px;
}

.homeFootBox {
    width: 100%;
    overflow: hidden;
    background: #3e3e3e;
    padding: 30px 0;
    min-width: 1200px;
}

.homeFoot {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    color: #9c9c9c;
}

.footUnit {
    width: auto;
    float: left;
    margin-right: 130px;
}

.footUnit a {
    display: inline-block;
    color: #9c9c9c;
    line-height: 150%;
    padding: 5px 0;
}

.footUnit a:hover {
    color: #fff;
}

.footNav {
    font-size: 20px;
    color: #c9c9c9;
    line-height: 200%;
}

.footUs a {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    padding-left: 3px;
    background: url(../images/homeIcon.png) no-repeat;
    text-indent: 500px;
}

.footUs a.footUs_tw {
    background-position: 10px -86px;
}

.footUs a.footUs_in {
    background-position: 10px -126px;
}

.footUs a.footUs_fb {
    background-position: 10px -164px;
}


/* head */

.headBox {
    width: 100%;
    background: #fff;
    height: 193px;
    box-shadow: 0px 0px 6px 1px rgba(23, 4, 8, 0.05);
    position: relative;
    z-index: 1;
    min-width: 1200px;
}

.headMain {
    width: 1200px;
    margin: 0 auto;
}

.homeLogo {
    padding: 38px 0;
    float: left;
}

.homeLogo_fr {
    padding-top: 30px;
    float: right;
}

.homeLogo_fr a {
    display: block;
    width: 100px;
    border: 1px solid #dfdfdf;
    padding: 3px;
    text-align: center;
}

.homeLogo_fr a img {
    height: 33px;
}

.headSearch {
    margin-left: 100px;
    padding-top: 26px;
    float: left;
}

.tabBtn {
    overflow: hidden;
}

.tabBtn li {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
}

.tabBtn li.hover {
    color: #a84f49
}

.searchInput {
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    border: 2px solid #a84f49;
}

.searchInput input {
    width: 470px;
    float: left;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
}

.searchInput button {
    width: 107px;
    background: #a84f49;
    color: #fff;
    float: right;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}

.searchInput button:hover {
    opacity: 0.8;
}

.searchInput .icon-sousuo:before {
    font-size: 22px;
    position: relative;
    float: left;
    left: 12px;
}

.hotSearch li {
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
}

.fastChannel {
    width: 115px;
    height: 46px;
    line-height: 46px;
    background: #ffffff;
    border: solid 1px #989898;
    float: right;
    margin-top: 56px;
    font-size: 16px;
    color: #999;
    box-sizing: border-box;
}

.fastChannel:hover {
    text-decoration: none;
    border-color: #ff4342;
    color: #ff4342;
    box-shadow: 0px 1px 14px 0px rgba(152, 150, 150, 0.15);
    text-align: center
}

.homeNav {
    width: 100%;
    float: left;
}

.homeNav .icon-daohangfenlei {
    margin-right: 5px;
    position: relative;
    top: -1px;
    font-size: 18px;
}

.classes {
    float: left;
    width: 218px;
    height: 42px;
    line-height: 42px;
    background-color: #f2f2f2;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
}

.classes i {
    padding-right: 6px;
    font-weight: 400;
}

.homeNav ul {
    float: left;
    background: #fff;
}

.homeNav ul li {
    padding: 0 46px;
    font-size: 18px;
    float: left;
    line-height: 42px;
    color: #333;
    position: relative;
}

.homeNav ul li a {
    display: inline-block;
    color: #333;
}

.homeNav ul li.cur a,
.homeNav ul li.cur {
    color: #a84f49
}

.homeNav ul li::after {
    opacity: 0;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 30%;
    margin-left: -20px;
    background: #a84f49;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.homeNav ul li:hover::after {
    opacity: 1;
    margin-left: -20px;
    background: #a84f49;
    bottom: 5px;
    left: 50%;
}

.homeNav ul li:hover a,
.homeNav ul li:hover .iconfont {
    color: #a84f49
}

.homeNav ul li a:hover {
    color: #a84f49;
    opacity: 1;
}

.homeNav ul li.cur::after {
    opacity: 1;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    background: #a84f49
}

.tradingCenter .iconfont {
    font-size: 20px;
}

.homeMain {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
    position:relative;
    /*z-index:9999;*/
}

.banner {
    position: relative;
    width: 100%;
    height: 386px;
    overflow: hidden;
    padding-bottom: 12px;
}

.calssesMainBox {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.calssesMain {
    position: absolute;
    top: 0;
    left: 0;
}

.calssesMain>ul {
    width: 218px;
    height: 386px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 8px 0 10px;
    z-index: 500;
    position: relative;
}

.calssesMain>ul li>a {
    color: #666;
    display: block;
    padding: 8px 0 8px 24px;
    line-height: 160%;
    cursor: pointer;
}

.calssesMain>ul li>a:hover {
    color: #a84f49;
}

.calssesMain>ul li .secondClasses a {
    padding: 0 20px;
    line-height: 200%;
    color: #666
}

.calssesMain>ul li .secondClasses a:hover {
    color: #a84f49
}

.calssesMainIcon1 {
    background: url(../images/homeIcon.png) no-repeat 0px -204px;
}

.calssesMainIcon2 {
    background: url(../images/homeIcon.png) no-repeat 0px -242px;
}

.calssesMainIcon3 {
    background: url(../images/homeIcon.png) no-repeat 0px -280px;
}

.calssesMainIcon4 {
    background: url(../images/homeIcon.png) no-repeat 0px -320px;
}

.calssesMainIcon5 {
    background: url(../images/homeIcon.png) no-repeat 0px -356px;
}

.calssesMainIcon6 {
    background: url(../images/homeIcon.png) no-repeat 0px -394px;
}

.calssesMainIcon7 {
    background: url(../images/homeIcon.png) no-repeat 0px -428px;
}

.calssesMainIcon8 {
    background: url(../images/homeIcon.png) no-repeat 0px -466px;
}

.calssesMainIcon9 {
    background: url(../images/homeIcon.png) no-repeat 0px -502px;
}

.calssesMainIcon10 {
    background: url(../images/homeIcon.png) no-repeat 0px -538px;
}

.homeBannerBox .bd {
    height: 386px;
    overflow: hidden;
}

.homeBannerBox .bd a {
    display: block;
    width: 100%;
    height: 386px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.homeBannerBox .hd {
    position: absolute;
    width: 200px;
    left: 50%;
    bottom: 25px;
    text-align: center;
}

.homeBannerBox .hd ul li {
    display: inline-block;
    width: 20px;
    height: 4px;
    background: #fff;
    opacity: .5;
    font-size: 0px;
    margin: 0 3px;
    cursor: pointer;
}

.homeBannerBox .hd ul li.on {
    background: #fff;
    opacity: .8;
}

.fullSlide .prev,
.fullSlide .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url('../images/slider-arrow.png') -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

.fullSlide .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.fullSlide .prev:hover,
.fullSlide .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.fullSlide .prevStop {
    display: none;
}

.fullSlide .nextStop {
    display: none;
}

.loginStatus {
    width: 218px;
    height: 320px;
    float: right;
    background: #fff;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 5px 15px;
}

.loginHomeArticle {
    width: 100%;
    text-align: center;
    padding: 5px 5px 5px;
    line-height: 140%;
    box-sizing: border-box;
    height: 44px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.loginBtnBox ul li {
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding: 3px 0;
}

.loginBtnBox ul li a {
    color: #a84f49;
    font-weight: bold;
    font-size: 16px;
}

.loginBtnBox ul li a:hover {
    text-decoration: underline;
}

.unloginArticle {
    padding: 20px 0;
    text-align: center;
}

.loginStatus.logedIn textarea {
    height: 56px;
}

.loginStatus.logedIn .fastChanelBox {
    padding: 8px 0;
}

.unloginBtnBox {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.unloginBtnBox a {
    display: inline-block;
    width: 88px;
    padding: 0px;
    text-align: center;
    box-sizing: border-box
}

.loginStatus .h4 {
    font-weight: bold;
    padding: 13px 0 2px 0;
    line-height: 200%;
}

.loginStatus textarea {
    width: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    border: 0px;
    height: 75px;
    line-height: 140%;
    padding: 10px;
    outline: none;
}

.fastChanelBox input {
    height: 32px;
    line-height: 32px;
    border: 0px;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 0 5px;
}

.fastChanelBox {
    padding: 12px 0;
    overflow: hidden;
}


/* news */

.homeFloor {
    width: 1200px;
    margin: 12px auto;
    float: left;
}

.titleBox {
    line-height: 60px;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 30px;
    overflow: hidden;
    color: #666666;
    font-size: 20px;
}

.listSerTitle {
    font-size: 18px;
}

.titleBox span {
    color: #333;
}

.listSerTitle span {
    color: #a84f49;
}

.titleBox span i {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background-color: #a84f49;
    margin-top: 29px;
    margin-right: 10px;
}

.titleBox a {
    font-size: 14px;
    float: right;
}

.contentBox {
    padding: 0 30px;
    overflow: hidden;
}

.indexNewsFl {
    padding-right: 46px;
    width: 504px;
    float: left;
}

.indexNewsFl>a {
    display: block;
    line-height: 24px;
    padding-top: 20px;
}

.indexNewsFl>a img {
    display: block;
    width: 504px;
    height: 300px;
}

.indexNewsFl>a>span {
    font-size: 18px;
    color: #0088dd;
    padding-top: 10px;
}

.indexNewsFl>a:hover>span {
    color: #a84f49;
}

.indexNewsFl p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    padding-top: 14px;
}

.indexNewsFl>span,
.indexNewsFr li span {
    display: block;
    padding: 10px 0 30px;
    color: #999999;
}

.indexNewsFl>span a,
.indexNewsFr li span a {
    color: #a84f49;
    font-size: 14px;
    padding-left: 20px;
}

.indexNewsFr {
    float: left;
    width: 590px;
    overflow: hidden;
}

.indexNewsFr li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.indexNewsFr li:last-child {
    border-bottom: none;
}

.indexNewsFr li>a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    height: 48px;
}

.indexNewsFr li>a:hover {
    color: #a84f49;
}

.indexNewsFr li p {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding-top: 6px;
}

.indexNewsFr li span {
    padding: 4px 0 0;
}

.indexAnSt {
    width: 386px;
    margin-right: 20px;
    float: left;
}

.calendarIndex {
    width: 388px;
}

.indexAnalysis {
    padding: 12px 0;
}

.indexAnalysis li {
    padding: 11px 30px;
    position: relative;
    min-height: 52px;
}

.indexAnalysis li:hover {
    background: #fff0f1;
}

.indexAnalysis li a {
    display: block;
    line-height: 26px;
    color: #000000;
}

.indexAnalysis li:hover a {
    color: #a84f49;
}

.indexAnalysis li i {
    position: absolute;
    right: 30px;
    top: 40px;
    color: #999999;
    font-size: 14px;
    z-index: 99;
}

.indexAnalysis a:hover i {
    background-color: #a84f49;
}

.indexAnalysis li a:hover {
    color: #a84f49;
}

a.indexStatistics {
    display: table;
    padding: 20px;
}

a.indexStatistics img {
    display: table-cell;
    text-align: center;
    width: 346px;
    height: 244px;
    vertical-align: middle;
}

a.indexStatistics span {
    font-size: 16px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
}

.suppliersIndex {
    width: 792px;
}

.suppliersIndexCon {
    padding: 12px 0 0 18px;
    overflow: hidden;
    height: 308px;
}

.suppliersIndexCon li {
    height: 62px;
}

.suppliersIndexCon a {
    float: left;
    width: 334px;
    padding: 8px 18px;
    margin-right: 17px;
    background-color: #f9f9f9;
    line-height: 28px;
    color: #000000;
}

.suppliersIndexCon a:hover {
    background: #fff0f1;
    color: #a84f49;
}

select.suppliersIndexSel {
    height: 32px;
    line-height: 32px;
    width: 306px;
    margin-left: 130px;
    border: solid 1px #ededed;
}

.indexCE li {
    float: left;
    width: 275px;
    padding: 20px 15px 20px 0;
    overflow: hidden;
}

.indexCE li a.indexCEimg {
    display: block;
    width: 100%;
    max-height: 164px;
    overflow: hidden;
}

.indexCE li a.indexCEtitle {
    display: block;
    line-height: 48px;
    font-size: 16px;
    color: #000000;
    border-bottom: 1px solid #f4f4f4;
    font-weight: 700;
    width: 100%;
}

.indexCE li a.indexCEtitle:hover {
    color: #a84f49;
}

.indexCE li p {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}


/* news list */

.newListFl {
    width: 914px;
    float: left;
    overflow: hidden;
}

.newListFlCon li {
    border-bottom: 1px solid #f4f4f4;
    padding: 26px 0;
    overflow: hidden;
}

.newListFlCon li a.newListFlCon_img {
    float: left;
    width: 252px;
    height: 150px;
    display: block;
    overflow: hidden;
    margin-right: 26px;
}

.newListFlCon li .newListFlCon_text {
    float: left;
    width: 576px;
}

.newListFlCon li .newListFlCon_text>a,
.newListFlCon li .newListFlCon_text>span.calendar_title {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}

.newListFlCon li .newListFlCon_text a:hover {
    color: #a84f49;
}

.newListFlCon li .newListFlCon_text p {
    padding: 10px 0 5px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.newListFlCon li .newListFlCon_text p.calendar_con {
    color: #666666;
    font-size: 16px;
    padding: 10px 0 0;
}

.newListFlCon li .newListFlCon_text p.calendar_con i {
    color: #ff8891;
    margin-right: 10px;
}

.newListFlCon li .newListFlCon_text p.calendar_con>a {
    color: #0088dd;
}

.newListFlCon li .newListFlCon_text span {
    display: block;
    font-size: 14px;
    color: #999999;
}

.newListFlCon li .newListFlCon_text span a {
    float: right;
    color: #a84f49;
    padding-left: 10px;
    font-size: 14px;
}

.newListFr {
    width: 270px;
    float: right;
    overflow: hidden;
}

.newListFrCon {
    padding: 0 20px;
    overflow: hidden;
}

.newListFrCon li {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0;
}

.newListFrCon li:last-child {
    border-bottom: none;
}

.newListFrCon li a {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.newListFrCon li span {
    display: block;
    color: #999999;
    padding-top: 5px;
}

.newListFrCon a:hover {
    color: #a84f49;
}

.homeTitleText {
    font-size: 24px;
    color: #333;
}

.newsCon {
    padding: 0 50px;
}

.newsCon h1 {
    border-bottom: 1px solid #f4f4f4;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    color: #000000;
    padding: 50px 50px 15px;
    font-size: 24px;
}

.newsCon h1 p {
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
}

.newsConText {
    padding: 30px 0;
    font-size: 16px;
    color: #333333;
    line-height: 200%;
}

.newsConText img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}


/* CE list */

.CETop {
    width: 100%;
    max-height: 280px;
}

.CETitle {
    border-bottom: 1px solid #f4f4f4;
    padding: 0 40px;
    overflow: hidden;
}

.CETitle a {
    display: block;
    line-height: 56px;
    font-size: 20px;
    color: #000000;
    margin-right: 74px;
    float: left;
}

.CETitle a:hover,
.CETitle a.hover {
    color: #a84f49;
    position: relative;
}

.CETitle a:hover::after,
.CETitle a.hover::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0px;
    width: 40px;
    height: 4px;
    background-color: #a84f49;
}

.CElist li .newListFlCon_text {
    width: 100%;
}

.CElist_pic {
    padding-top: 30px;
}

.CElist_pic li {
    float: left;
    width: 412px;
    height: 258px;
    overflow: hidden;
    margin: 0 30px 30px 0;
}

.CElist_pic>img {
    padding-bottom: 20px;
    width: 100%;
}

.lay_permissions {
    padding: 20px 10px;
    overflow: hidden;
}

.lay_permissions_fl {
    padding: 0 30px;
    float: left;
}

.lay_permissions_fl img {
    display: block;
    padding: 15px;
    margin: 0 auto;
}

.lay_permissions_fl p {
    line-height: 34px;
    color: #333333;
    font-size: 16px;
    text-align: left;
}

.lay_permissions_fl p a,
.lay_permissions_fl p span {
    color: #a84f49;
}

.lay_permissions_fr {
    float: left;
    padding-left: 36px;
    width: 340px;
    border-left: 1px solid #e7e7e7;
}

.lay_permissions_fr span {
    display: block;
    color: #666666;
    font-size: 16px;
    padding: 14px 0;
}

.lay_permissions_fr p {
    color: #666666;
    padding: 14px;
    font-size: 18px;
    padding-left: 20px;
}

.lay_permissions_fr p a {
    color: #a84f49;
}


/* 数据统计 开始*/

.statistics_fl {
    float: left;
    width: 800px;
    position: relative;
}

.statistics_fr {
    float: right;
    width: 340px;
    overflow: hidden;
}

.statistics_fr_select {
    padding-top: 30px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

.statistics_fr_select i {
    color: #666;
    padding-right: 6px;
    vertical-align: 2px;
}

.statistics_fr_select_box {
    padding: 30px;
    display: none;
}

.statistics_fr_select_box ul li {
    float: left;
    color: #666666;
    margin-right: 30px;
    font-size: 22px;
    cursor: pointer;
}

.statistics_fr_select_box ul li:hover,
.statistics_fr_select_box ul li.hover {
    color: #a84f49;
    position: relative;
}

.statistics_fr_select_box ul li:hover::after,
.statistics_fr_select_box ul li.hover::after {
    content: '';
    width: 32px;
    height: 4px;
    background-color: #a84f49;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -16px;
}

.statistics_fr_select_box_con {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

.statistics_fr_select_box_con>li {
    overflow: hidden;
    padding-top: 24px;
}

.statistics_fr_select_box_con>li>h1>a {
    display: block;
    font-size: 18px;
    color: #333;
    padding-bottom: 4px;
    width: 100%;
}

.statistics_fr_select_box_con>li>a {
    float: left;
    color: #999999;
    padding-right: 20px;
    word-break: break-all;
}

.statistics_fr_select_box_con>li>h1>a:hover,
.statistics_fr_select_box_con>li>a:hover {
    color: #a84f49;
}

.statistics_fr_charts_title {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.statistics_fr_charts_title a {
    float: right;
    background-color: #a84f49;
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.homeMain .mt20 .statistics_fl .l_tit a {
    float: right;
    background-color: #a84f49;
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.statistics_fr_charts_add {
    display: none;
    position: absolute;
    right: 0;
    top: 242px;
    width: 224px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    overflow: auto;
    padding: 18px 0 18px 18px;
    z-index: 99;
}

.statistics_fr_charts_add a {
    display: block;
    width: 100%;
    color: #666666;
    padding-bottom: 6px;
}

.statistics_fr_charts_add a:hover {
    color: #a84f49;
}

.statistics_fr_charts {
    width: 100%;
    height: 500px;
    padding-bottom: 60px;
}

.statistics_fr_title {
    padding: 46px 0 60px;
    line-height: 28px;
    color: #0088dd;
    text-align: center;
    font-size: 20px;
}

.statistics_fr_table {
    background-color: #f9f9f9;
    overflow: hidden;
}

.statistics_fr_table h1 {
    font-size: 16px;
    color: #000000;
    padding: 30px 0 24px 10px;
}

.statistics_fr_table .dl_title {
    background-color: #f2f2f2;
    padding: 10px 0;
    overflow: hidden;
}

.statistics_fr_table .dl_title dt,
.statistics_fr_table .dl_box dl dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 10px;
}

.statistics_fr_table .dl_box {
    height: 1008px;
    padding: 15px 0;
}

.statistics_fr_table .dl_box dl {
    height: 26px;
}

.statistics_fr_table .dl_box dl:hover {
    background: #fff;
}

.statistics_fr_table .dl_box dl dd {
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.statistics_fr_download {
    background-color: #f9f9f9;
    margin: 15px 0 45px;
}

.statistics_fr_download h1 {
    line-height: 42px;
    background-color: #a84f49;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.statistics_fr_download p {
    padding: 0 40px 26px;
    overflow: hidden;
}

.statistics_fr_download p span {
    display: block;
    color: #666666;
    font-size: 18px;
    padding-top: 15px;
    line-height: 30px;
}

.statistics_fr_download p span a {
    float: right;
    width: 80px;
    line-height: 28px;
    text-align: center;
    border: solid 1px #a84f49;
    color: #a84f49;
    margin-left: 10px;
}

.statistics_fr_download p span a:hover {
    background: #a84f49;
    color: #fff;
}

.statistics_fr_table .statistics_fr_table_w_1 {
    width: 40%;
}

.statistics_fr_table .statistics_fr_table_w_2 {
    width: 30%;
}


/* 数据统计 结束*/

.floorSearch {
    width: 584px;
    float: right;
    padding: 5px 0;
    margin-right: 58px;
}

.floorSearch input,
.floorSearch select {
    float: left;
}

.floorSearch input,
.floorSearchBtn {
    position: relative;
    left: -1px;
}

.floorSearch .button_orange_small {
    height: 22px;
    line-height: 22px;
}

.homeTitle {
    line-height: 34px;
    height: 34px;
}

.homeTitle a {
    color: #666;
}

.homeTitle a:hover {
    color: #a84f49;
    opacity: 1;
}

.homeCon {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 35px;
    background: #fff;
    margin-top: 5px;
}

.homeListTable thead th {
    background: #f4f4f4;
    height: 44px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
}

.homeListTable tbody td {
    height: 48px;
    line-height: 20px;
    text-align: center;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: 8px 0;
    box-sizing: border-box;
}

.index .homeListTable tbody td {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    padding: 0px;
    word-break: break-all;
}

.homeListTable a.button_light_orange_small,
.homeListTable a.button-line-orange-small {
    display: inline-block;
    margin: 0 2px;
    clear: both;
}

.homeListTable tbody tr:nth-child(even) td {
    background: #fff;
}

.index .homeListTable tbody tr:nth-child(even) td {
    background: #fbfbfb;
}

.homeListTable tbody tr:hover td,
.index .homeListTable tbody tr:nth-child(even):hover td {
    background: #fff6f7
}

.BannerAds {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.widthAuto .filter .special select {
    width: auto;
}


/* 快捷通道弹出层 */

.fastChannelLayer {
    width: 90%;
    margin: 20px auto 15px auto;
}

.fastChannelLayer td {
    padding: 8px 0;
}

.fastChannelLayer textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #d2d2d2;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
}

.fastChannelLayer input[type=text],
.fastChannelLayer input[type=email] {
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    width: 165px;
}

.fastChannelLayer input[type=button] {
    border: 0px;
}


/* 合作弹出层 */

.cooprateLyer {
    width: 90%;
    margin: 5px auto 5px auto;
}

.cooprateLyer td {
    padding: 5px 0;
}

.cooprateLyer textarea {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    padding: 5px;
    outline: none;
}

.markedWords {
    background: #fce6dc;
    color: #a84f49;
    font-size: 16px;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    line-height: 160%
}

.cooprateLyer .markedWords {
    margin-bottom: 20px;
}


/* 当前位置 */

.location {
    height: 54px;
    line-height: 54px;
    color: #666;
    font-size: 18px;
    border-bottom: 1px solid #f4f4f4;
    background: #fff;
    padding: 0 20px;
}

.location a {
    color: #666;
}

.location a:hover {
    color: #a84f49;
}

.location .current {
    color: #666
}

.location .icon-smallArrowFR {
    font-size: 14px;
    position: relative;
    vertical-align: middle;
}


/* 列表 */

.listMain {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0;
    background: #fff;
    margin: 17px auto;
    /*float: left;*/
}


/* 翻页 */

.pageHomeBox {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 23px 0;
    text-align: center;
}

.pageHomeBox ul {
    display: inline-block;
}

.pageHomeBox ul li {
    display: inline-block;
    margin: 0 2px;
    float: left;
}

.pageHomeBox ul li a {
    display: inline-block;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    min-width: 18px;
    border: 1px solid #e8e8e8;
    color: #666;
}

.pageHomeBox ul li.cur a {
    border-color: #fff;
    color: #a84f49;
}

.pageHomeBox ul li a:hover {
    border-color: #a84f49;
    color: #a84f49;
}

.pageHomeBox ul li a.iconfont {
    font-size: 12px;
}

.pageHomeBox ul li a.forbidden {
    background: #ecedef;
    color: #cccccc;
}

.pageHomeBox ul li a.forbidden:hover {
    border-color: #e8e8e8;
    opacity: 1;
    cursor: auto
}

.pageDomain {
    padding-left: 30px;
}

.pageDomain>span {
    line-height: 28px;
}

.pageDomain input {
    width: 40px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    margin: 0 5px;
    text-align: center;
}

.pageDomain button {
    width: 50px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #e8e8e8;
    background: #fff;
    position: relative;
    color: #666;
}

.pageDomain button:hover {
    background: #a84f49;
    color: #fff;
    border-color: #a84f49
}


/* 关于我们 */

.homeLisyMenu {
    width: 217px;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
    padding: 10px 0;
}

.homeLisyMenu li {
    float: left;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 16px;
    line-height: 46px;
    position: relative;
}

.homeLisyMenu li a {
    color: #333;
    font-size: 14px;
}

.homeLisyMenu .bigMenu li a {
    color: #333;
    font-size: 18px;
}

.homeLisyMenu .bigMenu li {
    line-height: 60px;
}

.homeLisyMenu li.cur a,
.homeLisyMenu li:hover a {
    color: #a84f49;
}

.homeLisyMenu li.cur::after,
.homeLisyMenu li a:hover::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    background: #a84f49;
    left: 108px;
    bottom: 10px;
}

.homeSection {
    width: 965px;
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
}

.version_tab {
    padding: 15px 40px;
}

.version_tab a {
    float: left;
    margin: 0px 22px;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 14px;
    color: #a84f49;
}

.version_tab a:hover{
    background-color: #a84f49;
    color: #fff;
    border-radius: 4px;
}

.version_tab a.hover {
    background-color: #a84f49;
    color: #fff;
    border-radius: 4px;
}

.version_time{
    line-height: 20px;
    padding: 3px 0px;
    margin: -5px 5px 0px 9px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.version_number{
    line-height:32px;
    padding: 3px 0px;
    margin: 0 5px 0 10px;
    float: left;
    font-size: 16px;
}
.version_time_search{
    display: flex;
    flex-direction: row;
    float: left;
    margin:5px 20px;
}
.version_time_search input{
    width: 150px;
    height: 30px;
    border: 1px solid #e4e4e4;
    padding-left: 3px;
    margin-left: -40px;
}
.version_time_search button{
    text-align: center;
    font-size: 14px;
    display: inline-block;
    min-width: 48px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: #a84f49;
    color: #fff;
    border: 1px solid #a84f49;
    cursor: pointer;
    margin-top: -1px;
    margin-left: 5px;
}



.version a i {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/shareIcon.png) no-repeat 0px -306px;
    top: 2px;
    left: 2px;
}

.version a span {
    width: 102px;
    display: inline-block;
}

.version a {
    padding-left: 30px;
    font-size: 16px;
    color: #000000;
    z-index: 1;
    position: relative;
}

.detailArticle {
    width: 100%;
    color: #333;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    line-height: 160%;
    padding: 20px 0;
}

.detailCon {
    box-sizing: border-box;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding: 15px 30px;
}

.detailCon h1 {
    padding: 30px 50px 15px;
}

.menuArticle>span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    line-height: 50px;
}

.detailCon_contact {
    padding: 40px 60px;
}

.detailCon_contact li {
    padding-left: 40px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
}

.detailCon_contact li span {
    float: left;
}

.detailCon_contact li img {
    float: left;
}

.detailCon_contact li.contact_company {
    background: url(../images/homeIcon.png) no-repeat 0px -572px;
}

.detailCon_contact li.contact_address {
    background: url(../images/homeIcon.png) no-repeat 0px -620px;
}

.detailCon_contact li.contact_tel {
    background: url(../images/homeIcon.png) no-repeat 0px -938px;
}

.detailCon_contact li.contact_fax {
    background: url(../images/homeIcon.png) no-repeat 0px -732px;
}

.detailCon_contact li.contact_email {
    background: url(../images/homeIcon.png) no-repeat 0px -781px;
}

.detailCon_contact li.contact_qq {
    background: url(../images/homeIcon.png) no-repeat 0px -843px;
}

.detailCon_contact li.contact_wechat {
    background: url(../images/homeIcon.png) no-repeat 0px -896px;
}

.detailCon_news li {
    width: 100%;
    padding: 20px 0 30px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.detailCon_news li a {
    display: block;
    width: 85%;
    float: left;
    font-size: 18px;
    color: #000000;
}

.detailCon_news li a:hover {
    color: #a84f49;
}

.detailCon_news li span {
    width: 15%;
    float: right;
    text-align: right;
    color: #999999;
    font-size: 14px;
}

.detailCon_news li p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-top: 5px;
    clear: both;
}

.detailCon_feedback {
    padding: 25px 0 25px 140px;
}

.detailCon_feedback textarea {
    width: 380px;
    padding: 10px 15px;
    font-family: Arial;
}

.detailCon_feedback button {
    width: 411px;
}


/* 采购单及提交订单 */

.stepBox {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 18px 30px;
    margin-top: 25px;
    overflow: hidden;
}

.stepBox ul li {
    width: 25%;
    position: relative;
    float: left;
}

.stepBox ul li .line {
    height: 3px;
    background: #eaeaea;
    margin: 13px 0;
}

.stepBox ul li.cur {
    color: #a84f49
}

.stepBox ul li.cur .line {
    background: #a84f49;
}

.stepBox ul li.cur span {
    background: #a84f49;
    color: #fff;
}

.stepBox ul li span {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #eaeaea;
    color: #999999;
    border-radius: 50%;
    top: 0px;
    text-align: center;
}

.stepBox ul li p {
    line-height: 200%;
    text-align: center;
    padding-top: 0px;
}

.purchaseList {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 9px;
}

.purchaseListTable thead th {
    background: #f4f4f4;
    height: 44px;
    line-height: 20px;
    text-align: center;
    padding: 0px;
    border-bottom: 0px;
    font-weight: normal;
    color: #666;
}

.purchaseListTable td {
    text-align: center;
    background: #f9f9f9;
    padding: 15px 12px;
    border-bottom: 1px solid #e5e5e5
}

.purchaseListTable tbody tr:hover td,
.purchaseListTable tbody tr.bg_orange td {
    background: #fff6f7;
}

.purchaseListTable tbody tr.PurchaseCompanyName:hover td {
    background: #fff;
}

.PurchaseCompanyName td {
    height: 52px;
    font-size: 16px;
    text-align: left;
    background: #fff;
    padding: 0px 12px;
    border-bottom: 0px;
    color: #333;
}

.purchaseListTable tbody tr:last-child td {
    border-bottom: 0px;
}

td.namePurchase {
    text-align: left;
}

td.namePurchase p {
    line-height: 22px;
    width: 168px;
}

.purchaseListTable .button_light_orange_small,
.purchaseListTable .button_gray_small {
    margin: 0 2px;
}

.namePurchase input[type=checkbox] {
    margin-top: 20px;
}

.blockBox {
    text-align: center;
    width: 100%;
}

.numPlus input[type=text] {
    background: none;
    width: 84px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    float: left;
    height: 28px;
    text-align: center;
}

.homeOrderOprateBox {
    width: 100%;
    padding: 18px 34px;
    background: #fff;
    margin-top: 16px;
    overflow: hidden;
    box-sizing: border-box;
}

.homeOrderOprateBox .OprateArea {
    overflow: hidden;
    padding-top: 4px;
    display: inline-block;
    width: 200px;
}

.numPlus {
    display: inline-block;
    border: 1px solid #d2d2d2;
    background: #fff;
    width: 146px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    margin: 10px 0;
}

.numPlus a {
    display: inline-block;
    width: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 20px;
    margin: 0;
}

.priceSum {
    font-size: 24px;
    font-weight: bold;
}

.sumBox {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #a84f49;
    padding-right: 20px;
    overflow: hidden;
}


/* 提交订单 */

.orderListUnit {
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
    overflow: hidden;
}

.orderListUnitTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
}

.orderListUnitCon {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
}

.addressBox {
    padding: 10px 0;
}

.addressBox li {
    padding: 10px 9px;
    box-sizing: border-box;
    margin-top: 5px;
    overflow: hidden;
}

.addressBox li.cur,
.addressBox li:hover {
    background: #fbfbfb;
    color: #a84f49;
}

.addressBox li.tc:hover {
    background: #fff;
}

.addressBox li.tc>a>i {
    margin-right: 5px;
    font-size: 18px;
}

.adressOprateBox {
    display: none;
    float: right;
}

.adressOprateBox a {
    margin-right: 8px;
    float: left;
}

.addressBox li.cur .adressOprateBox,
.addressBox li:hover .adressOprateBox {
    display: inline-block;
}

.addressBox li label {
    width: 80%;
    float: left;
    padding: 5px 0 4px 0;
}

.addressBox .radio span:last-child {
    width: 95%
}

.PaymentType {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
}

.PaymentType li {
    float: left;
    margin-left: 14px;
    margin-right: 22px;
}

.PaymentType li a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 73px;
    border: 1px solid #999;
    text-align: center;
    color: #999
}

.PaymentType li a.hover {
    border-color: #a84f49;
    color: #a84f49
}

.PaymentForm {
    padding: 0 16px 15px 16px;
    line-height: 34px;
}

.subhead {
    font-size: 12px;
    color: #a84f49;
    padding-left: 10px;
}

.OrderListTable thead th {
    background: #f4f4f4;
    height: 44px;
    line-height: 18px;
    font-weight: normal
}

.OrderListTable tbody td {
    height: 48px;
    line-height: 20px;
    text-align: center;
    color: #333;
    background: #fff;
    padding: 8px 5px;
}

.OrderListTable td>p {
    line-height: 20px;
    padding: 2px 0;
}

.OrderListTable a.button_light_orange_small,
.OrderListTable a.button-line-orange-small {
    display: inline-block;
    margin: 0 2px;
    clear: both;
}

.OrderListTable tbody tr:last-child td {
    border-bottom: 0px;
}

td.productTd {
    padding-left: 0px;
}

td.productTd p,
th.productTd p {
    padding-left: 20px;
    text-align: left;
}

.OrderListTable td>p.lineh62 {
    line-height: 58px;
}


/* 展厅 */

.exhibitionHeadBox {
    width: 100%;
    background: #fff;
    padding: 20px 0 42px;
    box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
}

.exhibitionHead {
    width: 1200px;
    margin: 0 auto;
}

.companyLogo {
    width: 100px;
    height: 100px;
    float: left;
    display: flex;
    -webkit-box-flex: flex;
    align-items: center;
    justify-content: left;
}

.companyLogo img {
    max-width: 100px;
    max-height: 100px;
}

.companyName {
    width: 430px;
    height: 100px;
    display: flex;
    -webkit-box-flex: flex;
    align-items: center;
    justify-content: left;
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 150%;
    margin-left: 20px;
}

.exhibitionSearch {
    float: right;
    padding-top: 30px;
}

.exhibitionSearch .iconfont {
    font-size: 22px;
    vertical-align: -2px;
}

.exibitionMain {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -23px;
}

.exibitionNav {
    width: 100%;
    background: #a84f49;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

.exibitionNav li {
    float: left;
    margin-right: 30px;
}

.exibitionNav li a {
    display: inline-block;
    min-width: 94px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 0 25px;
}

.exibitionNav li.cur a,
.exibitionNav li a:hover {
    background: #f3672b;
    color: #fff;
    opacity: 1;
}

.userLeftMenu {
    width: 233px;
    float: left;
    overflow: hidden;
}

.userLeftMenuUnit {
    background: #fff;
    color: #666;
    box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 20px;
}

.userFlMenuTitle {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.userPubLogo {
    width: 100%;
    height: 90px;
    display: flex;
    -webkit-box-flex: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.userPubLogo img {
    max-width: 90%;
    max-height: 90px;
}

.userFlCon {
    width: 100%;
    padding: 0 0 16px 0;
    box-sizing: border-box
}

.userFlCon p.userCompanyName {
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.userFlCon p {
    width: 100%;
    text-align: left;
    color: #666;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    padding: 5px 0;
    box-sizing: border-box;
}

.userFlMenuBtnBox {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.userFlCon p.userFlCredi {
    line-height: 22px;
    padding: 15px 0;
    background: #fff4ef;
    color: #a84f49;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.line {
    width: 100%;
    height: 1px;
    background: #f4f4f4
}

.userRightMain {
    width: 947px;
    float: right;
    overflow: hidden;
}

.userModule {
    width: 100%;
    margin-bottom: 20px;
}

.userModuleText {
    height: 34px;
    line-height: 34px;
    padding-bottom: 6px;
}

.userModuleText a {
    color: #666;
}

.userModuleText a:hover {
    color: #a84f49;
    opacity: 1;
}

.userModuleTitle {
    font-size: 20px;
    color: #333;
}

.userModuleCon {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

.userListTable thead th {
    background: #f4f4f4;
    height: 44px;
    line-height: 18px;
    font-weight: normal;
    color: #666;
    font-size: 14px
}

.userListTable tbody td {
    height: 48px;
    line-height: 20px;
    text-align: center;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
}

.userListTable a.button_light_orange_small,
.userListTable a.button-line-orange-small {
    display: inline-block;
    margin: 0 2px;
    clear: both;
}

.userListTable tbody tr:nth-child(even) td {
    background: #f9f9f9;
}

.userListTable tbody tr:last-child td {
    border-bottom: 0px;
}

.userListTable tbody tr:hover td {
    background: #fff6f7;
}

.undiscolor {
    margin-bottom: 0px;
}

.undiscolor tbody tr:nth-child(even) td {
    background: #fff;
}

.richText {
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    font-size: 14px;
    color: #333;
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    padding-bottom: 15px;
    text-indent: 2em
}


/* 展厅  搜索 */

.userRightMain .chooseBox {
    overflow: hidden;
    margin-bottom: 20px;
}


/* 现货交易产品详情 */

.userDetail {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 15px;
}

.userDetailArticle {
    line-height: 160%;
    padding: 0 0 15px 0;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.userLangParam {
    width: 100%;
    background: #f9f9f9;
    padding: 5px 18px;
}

.userLangParam p {
    line-height: 150%;
    padding: 8px 0;
    color: #666;
}

.userLangParam p .icon-icon-test {
    font-size: 18px;
    vertical-align: 0px;
    padding-right: 5px;
}

.userBrefParam {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.userBrefParam li {
    line-height: 28px;
    width: 25%;
    text-align: left;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
}

.userBrefParam li span.iconfont {
    display: inline-block;
    width: 25px;
    text-align: left;
    font-size: 18px;
    vertical-align: middle;
}

.userBrefParam li span.icon-hailiangxianhuoda {
    font-size: 22px;
}

.userBrefParam li span.icon-baozhuang {
    font-size: 16px;
}

.priceBox {
    width: 100%;
    background: #fff4ef;
    padding: 12px 20px;
    box-sizing: border-box;
    height: 60px;
    line-height: 36px;
}

.priceBox>span {
    padding-right: 50px;
}

.priceBox>span:last-child {
    padding-right: 0px;
}

.priceBoxOprate a {
    float: right;
    margin-left: 10px;
}

.priceBox .numPlus {
    margin-top: 3px;
}

.userDetailEvalueCON {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    font-size: 14px;
    line-height: 200%;
    color: #666;
}

.userDetailEvalueCON img {
    max-width: 100%;
    max-height: 400px;
}

.userDetailEvalue ul.article {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.userDetailEvalue ul.article li {
    padding: 10px 27px;
    margin-right: 15px;
    float: left;
    line-height: 180%;
    font-size: 18px;
    color: #333;
    position: relative;
    cursor: pointer;
}

.userDetailEvalue ul.article li::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 42px;
    height: 2px;
    background: #f2f2f2;
    left: 27px;
    bottom: 9px;
}

.userDetailEvalue ul.article li.hover::after {
    background: #a84f49
}

.userDetailEvalue ul.article li.hover,
.userDetailEvalue ul li:hover {
    color: #a84f49;
}

.userDetailEvalue ul.article li:hover::after {
    background: #a84f49
}

.evalueLabel {
    padding: 15px 20px;
    background: #fff4ef;
    overflow: hidden;
}

.evalueLabelTitle {
    height: 35px;
    line-height: 35px;
    color: #333;
    width: 100px;
    float: left;
}

.evalueLabelText {
    width: 754px;
    float: left;
}

.evalueLabelText span {
    display: inline-block;
    padding: 0 12px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #a84f49;
    background: #ffeae1;
    color: #a84f49;
    margin: 5px 0;
    float: left;
    margin-right: 20px;
}

.evalueLabel p {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
    color: #333;
}

.evalueLabel p>span {
    padding-right: 70px;
    float: left;
}

.evalueLabelText span.grayLabel {
    background-color: #e5e5e5;
    border: solid 1px #999999;
    color: #666
}

.evalueDetail {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.evalueDetail li {
    width: 100%;
    padding-bottom: 20px;
    float: left;
}

.evalueDetail ul li {
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding: 10px 0;
}

.evalueDetail ul li:hover {
    color: #333;
}

.evalueDetail li .evalueCompanyName {
    font-size: 16px;
    line-height: 200%;
    padding-left: 20px;
}

.evalueDetail li .evalueCompanyName span {
    color: #666;
    font-size: 14px;
    margin-left: 40px;
}

.evalueContent {
    line-height: 22px;
    padding: 9px 20px;
    background: #f9f9f9;
    margin-top: 5px;
    margin-bottom: 8px;
}

.tableShow {
    border: 1px solid #f4f4f4;
    border-collapse: collapse;
}

.tableShow th {
    height: 44px;
    line-height: 20px;
    background: #f9f9f9;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    color: #666;
    font-weight: normal;
}

.tableShow td {
    border: 1px solid #f4f4f4;
    padding: 8px 10px;
    line-height: 20px;
    height: 44px;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}

.tableShow td>p {
    line-height: 150%
}

.tableShow td.bg_gray_less {
    text-align: left;
    font-weight: normal;
    color: #666;
}

.tableShow td.tl {
    text-align: left
}

.creditUl {
    width: 120%;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
}

.creditUl li {
    float: left;
    margin-right: 19px;
    width: 168px;
}

.creditUl li>p {
    line-height: 180%;
    padding: 5px;
    text-align: center;
    color: #333;
}

.creditPic {
    width: 100%;
    height: 233px;
    display: flex;
    -webkit-box-flex: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.creditPic img {
    max-width: 100%;
    max-height: 100%;
}

.CredibilityInfo {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f4f4f4;
}

.CredibilityInfo td {
    border: 1px solid #f4f4f4;
    height: 48px;
}

.CredibilityInfo td p {
    width: 100%;
    text-align: center;
    line-height: 150%
}

.userScore {
    font-size: 18px;
    color: #a84f49;
}

.CredibilityInfo td>span {
    display: inline-block;
    min-width: 130px;
    padding-left: 30px;
    margin-right: 10px;
}

.subHead {
    display: block;
    width: auto;
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 28px;
}

.subHead li {
    float: left;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}

.subHead li.hover,
.subHead li:hover {
    color: #a84f49
}

.subHead li.hover::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0px;
    width: 42px;
    height: 2px;
    background: #a84f49;
}

.subHead li:hover::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0px;
    width: 42px;
    height: 2px;
    background: #a84f49;
}

.AuctionParam {
    border-top: 2px solid #f4f4f4;
    padding: 30px 0;
    line-height: 150%;
    overflow: hidden;
}

.AuctionParam li {
    float: left;
    margin-right: 30px;
    padding-left: 20px;
    color: #666;
}

.AuctionContact {
    height: 44px;
    line-height: 44px;
    background: #fff4ef;
    color: #a84f49;
}

.AuctionContact>span {
    display: inline-block;
    padding-left: 25px;
    padding-right: 170px;
}

.AuctionDescript {
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
}

.DescriptArticle {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 200%
}

.DescriptCon {
    line-height: 30px;
}

.CompanyDescriptCon {
    line-height: 30px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
}

.AuctionDescript .button_orange_big {
    margin: 10px auto;
    padding-right: 0px;
    padding-left: 0px;
    display: block;
}

.biddingBox {
    padding: 10px 5px;
    background: #f9f9f9
}

.biddingDetail td {
    padding: 0px 20px;
    height: 40px;
}

.biddingDetail td>p {
    line-height: 180%;
}

.QuotationInfo {
    padding: 20px 30px;
    overflow: hidden;
}

.userFormTable td {
    padding: 12px 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}

.userFormTable td>p {
    color: #333;
}

.dateicon {
    font-size: 22px;
    color: #a84f49;
    position: relative;
    left: -40px;
    top: 4px;
}

.ladyScroll {
    position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
    width: 16px;
    height: 38px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../images/btns.png) no-repeat -2px 0;
}

.ladyScroll .next {
    left: auto;
    right: 0;
    background-position: -3px -35px;
}

.j_jigou li {
    width: 400px;
    padding: 0 16px;
    overflow: hidden;
}

.j_jigouLogo {
    width: 110px;
    padding: 12px;
    float: left;
    height: 110px;
    display: flex;
    -webkit-box-flex: flex;
    justify-items: center;
    align-items: center;
}

.j_jigouLogo img {
    max-width: 110px;
    max-height: 110px;
}

.j_jigouText {
    width: 250px;
    float: left;
    padding: 20px 0;
    padding-left: 15px;
    color: #666;
}

.j_jigouText>p {
    line-height: 150%;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.j_iconTEXT {
    padding-top: 8px;
    height: 24px;
    line-height: 24px;
}

.j_iconTEXT>span {
    display: inline-block;
    width: 100%;
    text-align: left
}

.j_iconTEXT .iconfont {
    display: inline-block;
    width: 20px;
}

.j_iconTEXT .icon-shijian {
    font-size: 14px;
}

.t_prodad {
    width: 222px;
    background: url("../images/produ.png") no-repeat top;
    height: 290px;
    padding-top: 48px;
}

.t_prodad span {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 32px;
    padding: 6px 0;
}

.t_prodad>a.t_readmore {
    background: #fff;
    width: 120px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #a84f49;
    display: block;
    margin: 27px auto;
}

.t_prodad>a.t_readmore:hover {
    opacity: 0.95;
}

.t_fltable {
    width: 890px;
    float: right;
}

.t_imgbox ul {
    margin-left: -10px;
}

.t_imgbox li {
    margin: 10px 0 10px 11px;
    float: left;
}

.homeCon2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 25px;
    background: #fff;
    margin-top: 5px;
    overflow: hidden;
}

.homeCon2 .w50p {
    width: 555px;
    margin: 0 10px;
}

.homeCon2 .w50p .titleBox {
    padding: 0;
    line-height: 50px;
}

.t_paddbottm {
    padding-bottom: 25px;
}

.t_paddzandr {
    padding: 24px 0 6px;
    overflow: hidden;
}

.t_orderimg img {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.t_orderlist {
    line-height: 28px;
    padding-top: 10px;
}

.t_orderlist font {
    color: #eb585f;
}

.borderbox {
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}

.borderbox td {
    border-bottom: 1px solid #f2f2f2;
}

.borderbox tr:last-child td {
    border-bottom: 0
}

.borderbox tr td.t_heiht {
    height: 30px;
}

.textleft tbody td,
.textleft thead th {
    text-align: left;
    padding-left: 40px;
}

.textleft tbody td {
    position: relative;
    height: 40px;
}

.textleft tbody td span {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 9px;
    border: 2px solid #8b8b8b;
    left: 22px;
    top: 40%;
    background: #fff;
    z-index: 2;
}

.textleft tbody td i {
    display: block;
    position: absolute;
    width: 1px;
    height: 33px;
    background: #8b8b8b;
    left: 27px;
    top: 71%;
    z-index: 1;
}

.textleft tbody tr:last-child td {
    color: #a84f49;
}

.textleft tbody tr:last-child td i {
    display: none;
}

.textleft tbody tr:last-child td span {
    border: 2px solid #a84f49;
}

.filter input.w120 {
    width: 110px;
}

.t_comanyname {
    display: block;
    line-height: 35px;
}

.disblock {
    display: block;
    margin: 20px auto 0;
}

.t_product_img_list li {
    padding: 12px;
    border: solid 1px #f2f2f2;
    width: 250px;
    margin-left: 15px;
    height: 360px;
}

.t_product_img_list li a {
    display: block;
    width: 250px;
}

.t_product_img_list li a span {
    display: block;
    line-height: 27px;
    color: #000;
}

.t_product_img_list li a span.t_pro_map {
    color: #999;
}

.t_product_img_list li a span.t_pro_map i {
    color: #ff8891;
    margin-right: 3px;
}

.padding30 {
    padding: 30px;
}

.padding30 .textArea {
    width: 98%;
}

.nomargin {
    margin: 0 auto;
}

@media screen and (max-width:1200px) {
    body {
        font: 14px/150% Arial, Verdana, "\5b8b\4f53";
        color: #666;
        min-width: 1500px;
    }
    .loginBox {
        background-size: cover
    }
    .loginBox .w1200,
    .homeTop .w1200 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
}

.t_xqcont td{
     padding:5px 0;
 }

.a_blue {
    color: #a84f49;
    cursor: pointer;
    font-weight: bold;
}


/* 新增版本记录栏目样式 */
.edition_Record_Box {

    padding: 30px 10px 0 10px;
    background: #fff;
}

.edition_Record_Icon {
    display: flex;
}

.edition_Record_Icon li {
    width: 17%;
    text-align: center;
}

.edition_Record_Icon i {
    font-size: 40px;
    color: #a84f49;
}

.edition_Record_Icon_Name {
    font-size: 12px;
    line-height: 12px;
    color: #666;
    padding: 5px 0;
}

.edition_Record_color {
    color: #a84f49;
}

.edition_Record_Introduce {
    font-size: 16px;
    height: 58px;
    color: #666;
    line-height: 58px;
    text-align: center;
    background: #FAFAFA;
    margin: 35px 0;
}

.edition_Record {
    display: flex;
    height: 100%;
    justify-content: center;
}

.edition_Record>ul {
    display: flex;
    width: 748px;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    margin-top: 35px;
}

.record_Details {
    border-top: 4px solid #E5E5E5;
    position: relative;
    width: 20.01%;
    height: 45%;
}

.record_Details:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    bottom: auto;
    right: auto;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #A6A6A6;
}

.record_Details_content {
    margin: 20px 10px 30px;
}

.record_Details_content i {
    color: #E5E5E5;
    margin-right: 3px;
    font-size: 16px;
    font-weight: bold;
}

.record_Details_content ul li{
    text-align: center;
}

.content_Back {
    padding: 5px 20px;
    background: #FAFAFA;
    text-align: center;
}

.arc_Right {
    width: 80px;
    border: 4px solid #E5E5E5;
    border-radius: 0 100% 100% 0/50%;
    border-left: none;
    position: absolute;
    top: -4px;
    right: -80px;
    height: 134px;
}

.arc_Left {
    width: 80px;
    border: 4px solid #E5E5E5;
    border-radius: 100% 0 0 100%/50%;
    border-right: none;
    position: absolute;
    top: -4px;
    left: -80px;
    height: 134px;
}

.edition_Record_Triangle {
    display: inline-block;
    width: 0;
    position: absolute;
    left: -16px;
    top: -12px;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 16px solid #E5E5E5;
    border-bottom: 10px solid transparent;
}


.version_time select{
    min-width:120px;height:26px;
    line-height: 26px;
    border: 1px solid #e4e4e4;
}
.search_type{
    margin-left: 8px;
}

.redcolor {
    color: #e60012;
}

.button_orange_large_sell {
    text-align: center;
    width: 180px;
    line-height: 30px;
    padding: 0px 10px;
    background: #a84f49;
    color: #fff;
    border: 1px solid #a84f49;
    border-radius: 2px;
    margin-top: 1px;
    display: block;
}
.right_btn{
    width: 250px;
}
.flexs{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.index_title {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}
.index_title h1 {
    float: left;
}
.index_title h1 a{
    font-size: 18px;
    color: #333333;
}
.publicedition {
    width: 965px;
    background: #fff;
    box-sizing: border-box;
}
.version_search{
    float: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
}
.version_search_input{
    border: 1px solid #e8e8e8;
    width: 110px;
    height: 22px;
    margin-right: 5px;
    padding: 0 10px;
}

.yyj_type {
    background: none;
    box-sizing: content-box;
    color: #b4b4b4;
    height: 22px;
    border: 1px solid #e8e8e8;
}

/* 数据统计样式 */
.PieClass {
    width:100%;
    height: 350px;
    margin: auto;
}

.visualization_copywriting {
    font-size: 14px;
    color: #333;
    background: #f5f8ff;
    margin: 35px 0;
    padding: 20px 40px;
}

.visualization_copywriting span, .visualization span {
    font-size: 18px;
    color: #eb2428;
}

.red
{
    color: #D43030;
}