body {
    margin: 0;
    /*font-family:"Microsoft YaHei";line-height:1;font-size:12px;*/
    font: 12px/1 "Microsoft YaHei";
}

p,
dl,
dd {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-size: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

em,
i {
    font-style: normal;
}


/*strong,b{font-weight:normal;}*/

img {
    border: none;
    vertical-align: bottom;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

input,
textarea {
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    border: none;
}

input[type="button"],
input[type="submit"] {
    box-sizing: content-box;
}

textarea {
    resize: none;
    overflow: auto;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

body{
    background: #f7f7f7
}
/* 公共头部 */
.wrap{
    width: 100%;
    /* height: 3000px; */
    background-image: url('../imgs/top.png'),
                      url('../imgs/bottom.png');
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;                 
}
header{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 540px;
    overflow: hidden;
  
}
header .logo img{
    width: 682px;
    margin-top: 46px;
    margin-left: 42px;
}
header nav{
    margin-left: 206px;
    font-size: 19px;
    margin-top: 20px;
    display: flex;
}
header nav a{
    display: block;
    margin-right: 55px;
    color: #fff;
    padding-bottom: 16px;
}
header nav .cur{
    background: url('../imgs/cur.png') no-repeat center bottom;
}
header nav a:last-child{
    margin-right: 0;
}
header .title{
    display: block;
    width: 1100px;
    margin: 95px auto 0;
}
.headerRt .search{
    width: 230px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    
}
.headerRt{
    position: absolute;
    display: flex;
    top: 87px;
    right: 0;
}
.headerRt .search input{
    height: 100%;
    vertical-align: middle;
}
.headerRt .search input:nth-child(1){
    width: 180px;
    padding-left: 10px;
}
.headerRt .search input:nth-child(2){
    width: 36px;
    background: #fff url('../imgs/search.png') no-repeat center;
}
.headerRt a{
    display: block;
    width: 55px;
    height: 30px;
    background: #446ff5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
    line-height: 30px;
}
/* 详情 */
.detailRt{
    width: 850px;
    margin-left: auto;
    background: #fff;
    padding: 40px 25px;
    border-radius: 5px;
}
.detailRt .info{
    height: 180px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background: url('../imgs/bj.png') no-repeat right 150px bottom;
    background-size: 406px 171px;
    display: flex;
}
.detailRt .info>img{
    width: 110px;
    height: 147px;
    display: block;
}
.detailRt .info>div{
    position: relative;
    width: 680px;
    margin-left: 22px;
}
.detailRt .info .qrcode{
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 14px;
}
.detailRt .info .qrcode img{
    display: block;
   margin-bottom: 10px;
   width:120px;
}
.detailRt h5{
    font-size: 20px;
    font-weight: bold;
}
.detailRt  span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
}
.detailRt h6{
    display: inline-block;
    font-size: 14px;
    color: #446ff5;
    height: 32px;
    background: #ecf0fe;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 5px;
    margin: 8px 0 30px 0;
}
.detailRt h6 img{
    width: 17px;
    vertical-align: middle;
}
.detailRt .jie{
    line-height: 24px;
    color: #808080;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
}
/* 内容 */
.content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.contLt{
    width: 287px;
}
.rtTop{
    width: 100%;
    /* height: 315px; */
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
}
.rtTop h5{
    font-size: 26px;
    color: #5c5c5c;
    margin-top: 25px;
    margin-bottom: 25px;
}
.rtTop a{
    display: block;
    width: 179px;
    height: 32px;
    background: #f9f9f9;
    border-radius: 50px;
    line-height: 32px;
    font-size: 16px;
    margin: 0 auto 10px;
    cursor: pointer;
}
.rtTop .cur{
    background: #446ff5;
    color: #fff;
}
.rtBot{
    width: 100%;
    height: 240px;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}
.rtBot h5{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    color: #fff;
    background: #446ff5;
    border: 19px solid #ecf0fe;
    text-align: center;
    line-height: 78px;
    font-size: 16px;
    margin: 12px auto 16px;
    font-weight: bold;
}
.rtBot p{
    color: #666666;
    font-size: 16px;
    margin-left: 44px;
    margin-bottom: 16px;
}
.rtBot .bule{
    font-size: 30px;
    color: #446ff5;
}
.rtBot .purple{
    font-size: 30px;
    color: #bd39ee;
}
.contRt{
    width: 900px;
    margin-left: auto;
}
.contRt .search{
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
}
.contRt .search input{
    height: 100%;
    border-radius: 10px;
    vertical-align: middle;
}
.contRt .search input:nth-child(1){
    width: 790px;
    padding-left: 30px;
    font-size: 20px;
}
.contRt .search input:nth-child(2){
    width: 70px;
    background: #fff url('../imgs/search.png') no-repeat center;
}
.contRt .article{
    width: 100%;
    /* height: 60px; */
    background: #fff;
    border-radius: 15px;
    padding-bottom: 65px;
}
.article li{
   
    width: 840px;
    border-bottom: 1px solid #f2f2f2;
    padding: 35px 0;
    margin: 0 auto;
    display: flex;
}
.article li>img{
    width: 110px;
    height: 147px;
    border-radius: 10rpx
}
.article li>a{
    position: relative;
    width: 675px;
    margin-left: 20px;
    display: block;
}
.article li h5{
    font-size: 20px;
    font-weight: bold;
}
.article li h5 span{
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}
.article li h6{
    display: inline-block;
    font-size: 14px;
    color: #446ff5;
    height: 32px;
    background: #ecf0fe;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 5px;
    margin: 12px 0 12px 0;
}
.article li h6 img{
    width: 17px;
    
    vertical-align: middle;
}
.article li p{
    width: 100%;
    line-height: 24px;
    color: #999999;
    font-size: 16px;
}
.article li p:hover{
    color: #666;
}
.article li p i{
    color: #446ff5
}
.article li .zixun{
    position: absolute;
    right: 0;
    top: 16px;
    display: block;
    font-size: 16px;
    color: #446ff5;
    background: #fff;
    border:1px solid #446ff5; 
    height: 30px;
    line-height: 30px;
    width: 118px;
    text-align: center;
    border-radius: 30px;
}
.article li .zixun:hover {
    color: #fff;
    background: #446ff5;
}
.article li .cur{
    color: #fff;
    background: #446ff5;
}
.pages{
    margin-top: 120px;
    /* display: flex; */
    text-align: center;
}
.pages a{
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    font-size:14px;
    margin: 0 2px;
}
.pages span{
    display: inline-block;
    height: 30px;
    width: 30px;
   
    line-height: 30px;
    text-align: center;
    font-size:14px;
   
}
.pages .cur{
    background: #446ff5;
    color: #fff;
    border: 1px solid #446ff5;
}
.pages .more1{
   background: url('../imgs/lt.png') no-repeat center;
}
.pages .more1:hover{
    border: 1px solid #cccccc;
    background:#cccccc url('../imgs/lt1.png') no-repeat center;
}
.pages .more2:hover{
    border: 1px solid #cccccc;
    background:#cccccc url('../imgs/rt1.png') no-repeat center;
}
.pages .more2{
    background: url('../imgs/rt.png') no-repeat center;
 }
/* 公共底部 */
footer{
    position: relative;
    height: 206px;
    text-align: center;
}
footer p{
    height: 74px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 74px;
    color: #666666;
    font-size: 16px;
}
footer p a{
    color: #666666;
    font-size: 16px;
}
/* 聊天 */
.Dialog{
    height: 780px;
    width:100%;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.contDialog{
    font-size: 14px;
    width: calc(100% - 40px);
    padding: 20px;
    overflow-y: scroll;
    flex: 1;
    
}
.contDialog:hover::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,0.1);
}
.input-area{
    border-top:1px solid #ccc;
    height:259px;
    display: flex;
    flex-flow: column;
    background-color: #fff;
}
textarea{
    flex: 1;
    padding: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
    outline:none;
    resize:none;
}
.button-area{
    display: flex;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    margin-bottom: 20px;
    justify-content: flex-end;
}
.button-area span{
    color: #ccc;
    font-size: 14px;
    margin-right: 10px;
}
.button-area button{
    width: 150px;
    background: #446ff5;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    font-size: 18px;
    border-radius: 40px;
}

.bubble{
    max-width: 400px;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    color: #000;
    word-wrap:break-word;
    word-break:normal; 
}
.item-left .bubble{
    margin-left: 15px;
    background-color: #e6e6e6;
}
.item-left .bubble:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #e6e6e6;
    border-bottom: 10px solid transparent;
    left: -20px;
}
.item-right .bubble{
    margin-right: 15px;
    color: #fff;
    line-height: 20px;
    background-color: #446ff5;
}
.item-right .bubble:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid #446ff5;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -20px;
}
.item{
    margin-top: 15px;
    display: flex;
    width: 100%;
}
.item.item-right{
    justify-content: flex-end;
}
.item.item-center{
    justify-content: center;
}
.item.item-center span{
    font-size: 12px;
    padding: 2px 4px;
    color: #fff;
    background-color: #dadada;
    border-radius: 3px;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.avatar img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
 /* 设置滚动条的样式 */
 ::-webkit-scrollbar {
    width:10px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:8px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}


.selectYorN {
    width: 200px;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    background-color: #fafafa;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 6px;
    border: 1px solid #e2e2e2;
}
.smallInput {
    width: 15px !important;
    margin-left: 7%;
}

.shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    box-sizing: border-box;
    padding-top: 155px;
    display: none;
}
.login-box{
    width: 568px;
    background-color: #FFFFFF;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 35px;
    position: relative;
}
.login-box-title{
    border-bottom: 3px solid #1490ef;
    overflow: hidden;
    padding: 25px 110px 15px 110px;
    margin-bottom: 25px;
    display:flex;
}
.login-box-title label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    font-size: 18px;
    width:50%;
}
.login-box-title input {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
}
.register{
    display: none;
}
.import {
    margin-bottom: 25px;
    text-align: center;
}
.register-font {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    width: 113px;
    vertical-align: middle;
    text-align: right;
}
.import input {
    width: 200px;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    background-color: #fafafa;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 6px;
    border: 1px solid #e2e2e2;
}
.submit {
    width: 282px;
    margin: 0 auto;
    line-height: 36px;
    text-align: center;
    margin-bottom: 12px;
}
.submit a {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #1490ef;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.submit a:hover{
    opacity: .7;
}
.forget-password{
    width: 282px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    color: #acacac;
    padding-bottom: 20px;
}
.code{
    text-align: center;
    margin-bottom: 30px;
}
.code input {
    width: 105px;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    background-color: #fafafa;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 6px;
    border: 1px solid #e2e2e2;
}
.code-img {
    vertical-align: top;
    display: inline-block;
    width: 95px;
    height: 30px;
    background-color: #FFFFFF;
}
.code-img img {
    width: 100%;
    height: 100%;
}
.delete{
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}


.headerLogin{
    position: absolute;
   
    top: 53px;
    right: 0;
}
.flex{
    display: flex;
}
.headerLogin p{
    color: #e5e5e5;
    font-size: 16px;
    text-align: right;
    margin-bottom: 13px;
}
.headerLogin .search{
    width: 240px;
    height: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.headerLogin .search input{
    height: 100%;
    vertical-align: middle;
}
.headerLogin .search input:nth-child(1){
    width: 180px;
    padding-left: 10px;
}
.headerLogin .search input:nth-child(2){
    width: 36px;
    background: #fff url('../imgs/search.png') no-repeat center;
}
.headerLogin .user{
    width: 81px;
}
.headerLogin a{
    display: block;
    width: 70px;
    height: 30px;
    background: #446ff5;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 5px;
    line-height: 30px;
}