body {  background-color: #f7efeb; }
.wrapper{width: 100%; position: relative; overflow: hidden }
.banner1{width: 100%;  height: 827px; position: relative;}
.banner1 .bannerImg{width: 1920px; height:100%; background: url("../images/pc/banner1.png") no-repeat center center; position: absolute;  left: 50%;
    margin-left: -960px; background-size: 100% 100%; }
.bannerImg .logo{width: 186px; height: 57px; background: url("../images/pc/logo.png") no-repeat center center; text-indent: -999em;
    position:  absolute; top:48px; right:598px;}
.banner2{width: 100%; height: 828px; background: url("../images/pc/banner2.jpg") no-repeat center center; }
.banner3{width: 100%; height: 853px; background: url("../images/pc/banner3.png") no-repeat center center; }
.news{width: 100%;  height:905px; position: relative;}
.news .newsImg{width: 1920px; height:100%; background: url("../images/pc/news2.png") no-repeat center center; position: absolute;  left: 50%;
    margin-left: -960px; background-size: 100% 100%; }
.news .newsfont{position: absolute;  width: 420px;  height: 166px;  bottom: 248px;  left: 415px;  font-size: 18px; color: #262626;  text-indent: 36px;}
.lunbox{padding: 40px 10px;}
.swiper-container {width: 100%; }
.swiper-container .pic{width: 400px; margin-right: 18px;}
.swiper-container .pic img{width: 100%; height: auto;}
.newsfont a{display: block; text-decoration: underline; color: #262626;}
.msgfontbox{position: absolute; bottom: 94px; left: 16px;  color: #949393;  font-size: 16px;}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.tit{width: 436px; height: 166px;  margin: 0 auto; background: url("../images/pc/tit.png") no-repeat center center; margin-bottom: 15px;}
.msgboardbox{width:1240px; margin: 0 auto;}
.textbox{width:100%; position: relative;}
.textbox .ty{
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 200px;
    padding: 12px 16px;
    resize: none;
    font-size: 16px;
    background-color: #fffbf9;
    -webkit-box-shadow:inset 10px 10px 50px #fceee8;
    -moz-box-shadow:inset 10px 10px 50px #fceee8;
    box-shadow: inset 10px 10px 50px #fceee8;
}
#sendMsg{position: relative; padding: 0 50px 0 70px; background-color: #e15156; height: 50px; line-height: 50px; text-align: center; color: #fff;
    font-size: 24px; border-radius: 24px; -webkit-border-radius: 24px; -moz-border-radius: 24px;}
.listenicon{width: 28px; height: 35px; background: url("../images/pc/listen.png") no-repeat center center; display: inline-block;
    position: absolute;left: 26px;top: 9px;}
.logintip{font-size: 18px; color: #e15156; margin-left: 10px; text-decoration: underline; margin-top: 27px;  display: inline-block;}
.btnbox{text-align: center; margin: 34px 0 28px 0;}
.mesgbigwrap{background-color: #fff; padding-top: 20px;  padding-bottom: 120px;}
.msgwrap{padding: 10px 15px; border: solid 6px #e15156; width: 100%; border-radius: 4px; -webkit-border-radius: 4px;}
.msgbox{height: 568px;  width: 100%;  overflow-y: auto;}
.msgbox li{
    min-height: 110px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    overflow: auto;
    position: relative;
    margin-bottom: 20px;
}
.msgbox li .userIcon{
    width: 84px;
    height: 84px;
    float: left;
    display: block;
    margin-top: 10px;
}
.msgbox li p{
    float: left;
    width:90%;
    display: block;
    padding-top: 12px;
    margin-left: 12px;

}
.msgbox li .userName{
    font-size: 18px;
    padding-right: 12px;
    color: #e15156;
}
.msgbox li .userTime{
    font-size: 18px;
    color: #818181;
    padding-right: 12px;
}
.msgbox li .userTxt{
    display: block;
    color: #424242;
    padding-bottom: 60px;
    word-break: break-all;
    min-height: 26px;
    line-height: 24px;
    font-size: 18px;
}
.msgbox li p .timebox{display: block; margin-bottom: 20px;}
.msgbox li .page_zan{
    background: url("../images/pc/zan_grey.png") no-repeat left center ;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 18px;
    color: #696969;
    cursor: pointer;
    position: absolute;
    right:30px;
    bottom: 10px;
    padding-left: 28px;
}
.msgbox li .page_zan.page_zaned{
    background-image: url("../images/pc/zan_red.png");
    color: #e15156;
}
.boxsdw{box-shadow:5px 5px 8px -5px rgba(0,0,0,0.2); -webkit-box-shadow:5px 5px 8px -5px rgba(0,0,0,0.2);
    -moz-box-shadow:5px 5px 8px -5px rgba(0,0,0,0.2); -ms-box-shadow:5px 5px 8px -5px rgba(0,0,0,0.2);
}
.footbg{height: 569px; background: url("../images/pc/footbg.png") no-repeat center center; width: 100%;}
.bupboxbg{width: 100%; height: 100%; background-color: #000; position: fixed; left: 0; top: 0;z-index: 99; opacity: 0.5; margin: auto; display: none;}
.login_box {
    width: 635px;
    height: 412px;
    background: url("../images/pc/loginbg.png") no-repeat center center;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
      display: none;
}

.login_box .login_title {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
}
.login_box .tip_box {
    width: 400px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 14px;
}
.login_box .tip_box li {
    display: block;
    float: left;
    list-style: none;
    color: #fff;
    text-decoration: none;
}
.login_box .tip_box .left {
    margin-left: 5px;
}
.login_box .tip_box .right {
    margin-left: 260px;
}
.login_box dl {
    width: 65%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.login_box dl dd {
    display: block;
    width: 100%;
    height: 50px;
    background: white;
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}
.login_box dl dd .user_icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/pc/icon_03.png)no-repeat;
    background-size: 100%;
    top: 10px;
    left: 10px;
}
.login_box dl dd .password_icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/pc/icon_07.png)no-repeat;
    background-size: 100%;
    top: 10px;
    left: 10px;
}
.login_box dl dd input {
    width: 60%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 52px;
    border: 0;
    outline: none;
    margin-top: 5px;
    background: none;
    font-size: 20px;
}
.login_box .out_btn {
    width: 42px;
    height: 98px;
    background: url(../images/pc/close_03.png)no-repeat;
    background-size: 100%;
    position: absolute;
    right: 9px;
    top:-96px;
    cursor: pointer;
}
.login_box .submit_btn {
    display: block;
    width: 65%;
    height: 50px;
    background: #fff799;
    margin: 0 auto;
    margin-top: 20px;
    outline: none;
    border: 0;
    font-size: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
    color: #d6565f;
}
.swiper-wrapper{
    transition-timing-function: linear;
}
.swiper-container .swiper-wrapper .pic:hover{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    z-index: 100;
}
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
/*.enroll_bg {
    width: 820px;
    height: 495px;
    background: white;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    display: none;
    box-shadow: 2px 2px 2px #99c1d7;
}
.enroll_bg .out_btn {
    width: 35px;
    height: 35px;
    background: url(../img/pc/out_btn2.png)no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top:20px;
    cursor: pointer;
}
.enroll_bg .enroll_submit{
    display: block;
    width:300px;
    height:50px;
    background:#66bbe8;
    margin:0 auto;
    margin-top:20px;
    border:0;
    outline:none;
    color:white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size:18px;
    cursor:pointer;
}
.enroll_bg .enroll_title {
    text-align: center;
    color: #8bcaec;
    margin-top: 20px;
}
.enroll_bg dl {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.enroll_bg dl dd {
    display: block;
    width: 95%;
    height: 50px;
    background: white;
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
}
.enroll_bg dl dd .name_icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/pc/name_icon.png)no-repeat;
    background-size: 100%;
    top: 10px;
    left: 5px;
}
.enroll_bg dl dd .phone_icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/pc/phone_icon.png)no-repeat;
    background-size: 100%;
    top: 10px;
    left: 5px;
}
.enroll_bg dl dd .vip_icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/pc/vip_icon.png)no-repeat;
    background-size: 100%;
    top: 10px;
    left: 5px;
}
.enroll_bg dl dd .partner_icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/pc/partner_icon.png)no-repeat;
    background-size: 100%;
    top: 10px;
    left: 5px;
}
.enroll_bg dl dd input {
    width: 60%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 40px;
    border: 0;
    outline: none;
    margin-top: 5px;
    background: none;
}
.enroll_bg dl dd select {
    width: 80%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 35px;
    border: 0;
    outline: none;
    margin-top: 5px;
    background: none;
}*/
