body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5 tahoma, "Microsoft YaHei", \5b8b\4f53;font-family: "微软雅黑"; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
.w{
	width: 1200px;
	margin:0 auto;
}
body{
	    color: #777777;
	    font-size: 12px;
	    font-family: "Helvetica", "微软雅黑", Tohoma, serif;
}
*{
	padding:0;
	margin:0;
}
i{
    font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }

button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.bottom_pay a{color: white; }
/*搜索框附上显示的下拉列表*/
.search #head_search_wrap{
	margin-top: 1px;
    width: 332px;
    z-index: -1;
    display: none;
    position: absolute;
}

#head_search_result{
	padding: 15px 0 0 15px;
    background: white;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-top: none;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px #e9e9e9;
}
#head_search_wrap {
    top:40px;
    width: 332px;
    z-index: -1;
    display: none;
    position: absolute;
}
#head_search_wrap:before{
	content: " ";
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    left: -124px;
    z-index: -1;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.head_search_item{
	float: left;
    cursor: pointer;
    margin: 0 15px 10px 0;
    overflow: hidden;
}
.head_search_item_icon {
    width: 61px;
    height: 61px;
    border-radius: 60px;
    vertical-align: middle;
    border: 1px solid white;
}
.head_search_item_name {
    width: 60px;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    display: block;
    color: #333;
}

#no_friends_search {
    padding: 15px 0 15px 15px;
    background: white;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    border-top: none;
    border-radius: 3px;
    box-shadow: 0 2px 5px 1px #e9e9e9;
}
/*搜索附上显示下拉css结束*/

/*头部开始*/
.p20{
	padding-top: 20px;
}
#topbanner .w{
    display: flex;
    height: 100%;
    align-items: center;
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*position: relative;*/
}
#topbanner .banope{
	margin-left: 100px;
	display: inline-block;
}
.banope-left{
    display: flex;
    align-items: center;
}
.banope-left >.img{
    /*margin-left: 30px;*/
    margin-right: 24px;
    cursor: pointer;
}
/*.banope-left>span{*/
/*	padding: 10px;*/
/*	display: inline-block;*/
/*	height: 21px;*/
/*	line-height: 21px;*/
/*	margin-right: 37px;*/
/*	font-size: 18px;*/
/*	color:#333;*/
/*	cursor: pointer;*/
/*}*/
.banope-left > span:hover{
	background: #f2f2f2;
    padding: 10px;
	border-radius: 4px;
	color:#333;
}
.banope-left span.chart{
	position: relative;
}
.banope-left .firpage i{
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/static/images/index.png);
	background-repeat: no-repeat;
	background-size: 21px 21px;
	vertical-align: top;
	margin-right: 10px;
}
.banope-left .chart i{
	display: inline-block;
	width: 29px;
	height: 21px;
	background: url(/static/images/chat.png);
	background-repeat: no-repeat;
	background-size: 29px 21px;
	vertical-align: top;
	margin-right: 10px;
}
.banope-left .chart em{
	display: inline-block;
    position: absolute;
    right: -20px;
    top: -9px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    background: red;
    color: #fff;
}
.banope-right{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	/*float: right;*/
	/*margin-top: 26px;*/
}

.banope-right >ul {
    display: flex;
    width: auto;
    height: 100%;
    margin-right: 28px;
    cursor: pointer;
}
.header_btn {
    cursor: pointer;
    box-sizing: border-box;
    color: white;
    padding: 4px 16px;
    border-radius: 4px;
    border: 1px solid white;
}
.banope-right >ul >li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banope-right >div{
	display: inline-block;
	position: relative;
}
.search {
    position: relative;
}
.head_sousuo{
    position: absolute;
    width: 14px;
    height: 14px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.search input{
    width:175px;
    height:35px;
    background:rgba(255,255,255,1);
    text-indent: 20px;
    border-radius:20px;
	border:none;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.banope-right .search i{
	display: inline-block;
	height: 26px;
	width: 26px;
	background: url(/static/images/search.png) no-repeat;
	background-size:100% 100%;
	vertical-align: middle;
	margin-right:30px;
	cursor: pointer;
}
.set .lang{
	display: inline-block;
	width: 102px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.select .lang a{
	/*color:#000;*/
	font-size: 16px;
}

.select .lang a:after{
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-bottom: solid 6px white;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
    vertical-align: 3px;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*给以整体的阴影和圆角 但是不能overflow*/
.select .drop {
    left: 0;
    right: 0;
    top: -9999px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-50px);/*y轴方向平移*/
    transform: translateY(-50px);
    opacity: 0;
    -webkit-transition: all .2s ease-in;/*平移时间0.2s*/
    transition: all .2s ease-in;
    z-index: 99;
}
/*给送个下拉助攻*/
 .select:hover span a:after{
    -webkit-transform: rotate(180deg);/*旋转180度*/
    transform: rotate(180deg);
}
.select:hover .drop{
    top: 40px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.zhong .drop li:first-child:before{
	left:45px;
}
/*一个很重要的三角形*/
.drop li:first-child:before {
    content: " ";
    font-size: 0;
    line-height: 0;
    margin: 0 auto;/*居中*/
    display: block;/*独占一行*/
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); /*配合整体一样的投影*/
    background-color: #fff;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); /*一个正方形倾斜四十五度就是三角了但是要把下半部分藏起来*/
    position: relative;
    left: -7px;
    top: -5px; /*果断的露出上半部分*/
    z-index: 1; /*果断的隐藏下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.drop li a {
    color: #888;
    width: 70px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    padding: 4px 16px;
   /* border: solid 1px #eee;*/
    border-bottom: none;
    font-size: 14px;
    display: block;
    background-color: #fff; /*要有背景色才能盖住呀*/
    position: relative;
    z-index: 2; /*这里很重要 要挡住三角形的下半部分*/
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
/*以下两块：控制第一个和最后一个li要圆角，因为最外边的div没有overflow 也不可以overflow*/
.drop li:first-child a{
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    margin-top: -10px;
}
.drop li:last-child a{
   /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    border-bottom: none;
}
/*hover事件给了li，先改变三角 再改变a*/
.drop li:hover:before{
    background-color: #41b1d9;
}
.drop li:hover a {
    background-color: #41b1d9;
    color: #fff;
}
.banope-right .zhong{
    height: 100%;
	margin-left: 28px;
}
.zhong .drop {
    width: 172px;
    left: -65px;
    z-index: 1000;
}
.zhong .drop li {
    width: 86px;
    float: left;
}
.chat_show{
	display: none;
}
.chat_mask {
    background: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 13px;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    cursor: pointer;
}


/*#chat_close {*/
/*    position: absolute;*/
/*    margin-top: -10px;*/
/*    color: white;*/
/*    margin-left: 1002px;*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    cursor: pointer;*/
/*    background: url(/static/images/close1.png) no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/
/*#chat_close:hover {*/
/*     position: absolute;*/
/*    margin-top: -31px;*/
/*    color: white;*/
/*    margin-left: 1002px;*/
/*    width: 27px;*/
/*    height: 27px;*/
/*    cursor: pointer;*/
/*    background: url(/static/images/close.png) no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/




.chat_contact_icon {
    float: left;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-top: 15px;
}
.chat_contact dl {
    margin: 15px 0 0 45px;
}
.chat_contact dd {
    margin: 0;
    height: 20px;
    line-height: 20px;
}
.chat_contact_life {
    width: 10px;
    /*height: 20px;*/
    font-size: 20px;
    font-weight: bolder;
    color: #a9a9a9;
    float: left;
}
.user_namechat_contact_life_1 {
    color: #32CD32;
}
.chat_contact_life_1 {
    color: #32CD32;
}
.chat_contact_name {
    font-weight: bolder;
    font-size: 13px;
    width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.chat_contact_remove {
    height: 18px;
    width: 18px;
    margin-right: -2px;
    margin-top: 1px;
    float: right;

}
.chat_contact:hover .chat_contact_remove {
     background: url(/static/images/close1.png) no-repeat;
    background-size: 100% 100%;
}
.chat_contact:hover .chat_contact_remove:hover {
     background: url(/static/images/close.png) no-repeat;
    background-size: 100% 100%;
}

.chat_contact_txt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 125px;
    color: #828282;
    font-size: 12px;
    padding-left: 3px;
    float: left;
}
.chat_contact_time {
	font-size: 12px;
    color: #828282;
    float: right;
}
#chat_pal_icon {
    float: left;
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
}
.chat_pal_m {
    width: 22px;
    height: 20px;
    vertical-align: middle;
    display: none;
    background: url(/static/images/icon_0008.png) no-repeat -10000px;
}
.chat_pal_m_2 {
    display: inline-block;
    background-position: -199px -32px;
}



#chat_main {
    background-color: white;
    border-radius: 3px;
    overflow-y: auto;
    height: 125px;
    margin: 10px 0 0 0;
    padding: 0 10px 10px;
}
.chat_history_wrap {
    cursor: pointer;
    display: block;
}
.chat_history_wrap:hover .chat_history_btn{
	 background: url(/static/images/clock1.png);
    background-size: 100% 100%;
}
.chat_history_btn {
    display: block;
    margin: 5px auto;
    clear: both;
    width: 20px;
    height: 20px;
    background: url(/static/images/clock.png);
    background-size: 100% 100%;
}


.chat_btn {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/static/images/icon_0.png) no-repeat;
}
.chat_emotion {
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url(/static/images/smile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}
.chat_camera {
    position: relative;
    width: 24px;
    height: 24px;
    margin-top: 7px;
    background: url(/static/images/camera.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    overflow: hidden;
}
.chat_emotion_viewer {
    width: 556px;
    bottom: 202px;
    left: -259px;
    margin: 0;
    position: relative;
    display: none;
    overflow: hidden;
    z-index: 1;
}
.chat_emotion_wrp {
    margin: 0;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    box-shadow: 1px -1px 10px #E9E9E9;
}
.chat_emotion_bar {
    margin: 0;
    padding: 0 5px;
    height: 30px;
    background: #F0F0F0;
    border-bottom: 1px solid #E9E9E9;
}
.chat_emotion_tb {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    background-image: url(/static/images/icon_0.png);
    /* background-color: #4084CF; */
}
.chat_emotion_tl {
    display: none;
    background-position: -147px -311px;
}
.chat_emotion_tc {
    width: 460px;
    height: 31px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
}
#chat_emotion_ts {
    white-space: nowrap;
}
.chat_emotion_ta {
    margin: 0 3px;
    padding: 3px 8px;
    display: inline-block;
}
.chat_emotion_ta:hover, .chat_emotion_tf {
    margin-top: 3px;
    vertical-align: top;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#chat_camera_viewer {
    position: absolute;
    bottom: 108px;
    margin-left: -1px;
    padding: 6px;
    border: 1px solid #e9e9e9;
    background-color: white;
    display: block;
}
#chat_camera_close {
    width: 27px;
    height: 27px;
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
    display: none;
    background: url(/static/images/close1.png) no-repeat;
    background-size: 100% 100%;
}
#chat_camera_close:hover {
    width: 27px;
    height: 27px;
    position: absolute;
    right: -13px;
    top: -13px;
    cursor: pointer;
    display: none;
    background: url(/static/images/close.png) no-repeat;
    background-size: 100% 100%;
}
#chat_camera_photo {
    min-height: 40px;
    min-width: 80px;
    margin: 0;
    background: url(/static/images/loading321.gif) no-repeat center;
}
#chat_camera_viewer img {
    max-height: 200px;
    vertical-align: middle;
}
.chat_arrow {
    height: 15px;
    width: 20px;
    display: block;
    margin: 6px 40px;
    position: absolute;
    background: url(/static/images/icon_1.png) no-repeat scroll -113px -318px;
}


.chat_msg {
     line-height: 30px;
     overflow: hidden;
    padding-bottom: 2px;
 }
.message {
    max-width: 338px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-break: break-word;
}
.message >img {
    max-width: 100%;
    margin-top: 5px;
}
.chat_msg .face{
    max-height: 26px;
    max-width: 26px;
  }
.chat_msg_avatar {
    width: 46px;
    height: 46px;
    border-radius: 50px;
    margin-left: 12px;
}
.chat_msg_right.chat_msg_trans {
    /*display: none;*/
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 4px 8px 0;
    color: deepskyblue;
    border: 1px solid red;
    /*background: url(/static/images/icon_1.png) no-repeat -25px -121px;*/
}
.chat_msg_right {
    float: right;
}
.chat_msg_left {
    float: left;
}
.chat_msg_tr {
    color: #609BF1;
}
.chat_msg_time {
	font-size: 12px;
    color: #e0e0e0;
    width: 100%;
    height: 12px;
    line-height: 12px;
    text-align: center;
    box-sizing: border-box;
    visibility: hidden;
}
.chat_msg_txt {
    max-width: 338px;
    color: #755D66;
    background: white;
    font-size: 12px;
    vertical-align: center;
    display: flex;
    align-items: center;
    box-shadow:0 0 12px 0 rgba(229,234,255,1);
    border-radius:10px;
    box-sizing: border-box;
    padding: 2px 8px;
    word-wrap: break-word;
    word-break: break-all;
    position: relative;
    word-wrap:break-word
}
.chat_msg_txt >div .chat_msg_trans  {
    position: relative;

}

.chat_msg_left_1 {
    background: #5294ff;
    color: white;
}

.chat_msg_txt >div .chat_msg_trans {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #CBCBCB;
    color: #CBCBCB;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -45px;
    top: 0;
}
.chat_msg_right >div >.chat_msg_trans {
    border: 1px solid red;
    display: none !important;
}
.chat_msg_right .chat_msg_trans {
    display: none;
}
.chat_msg_txt .chatContent img{
	max-height: 400px;
    max-width: 300px;
    vertical-align: middle;
    margin: 0;
    /* border: 1px solid #e9e9e9; */
    padding: 5px;
    cursor: pointer;
    background: white;
    border-radius: 3px;
}
.chat_msg:hover .chat_msg_time {
    visibility: visible;
}
/*.chat_msg:hover .chat_msg_time, .chat_msg:hover .chat_msg_trans {*/
/*    display: block;*/
/*}*/
.prev,.next {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 51;
    border-radius: 100%;
    cursor: pointer;
}
.prev{
	background:#fff url(/static/images/previous.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.next{
	background:#fff url(/static/images/next.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right:20px;
}
.box-con{
	position: relative;
}
.prev {
    left: 6px;
}
/*表情*/
.chat_emotion_wrp {
    margin: 0;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    box-shadow: 1px -1px 10px #E9E9E9;
}
.chat_emotion_bar {
    margin: 0;
    padding: 0 5px;
    height: 30px;
    background: #F0F0F0;
    border-bottom: 1px solid #E9E9E9;
}
.chat_emotion_tb {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    background-image: url(/static/images/icon_all.png);
    /* background-color: #4084CF; */
}
.chat_emotion_tl {
    display: none;
    background-position: -147px -311px;
}
.chat_emotion_tc {
    width: 460px;
    height: 31px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
}
#chat_emotion_ts {
    white-space: nowrap;
}
.chat_emotion_ta {
    margin: 0 3px;
    padding: 3px 8px;
    display: inline-block;
}
.chat_emotion_ta:hover, .chat_emotion_tf {
    margin-top: 3px;
    vertical-align: top;
    background-color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.chat_emotion_tr {
    display: none;
    background-position: -172px -311px;
}
.chat_emotion_tp {
    float: right;
    margin-top: 5px;
    background-position: -203px -311px;
}
.chat_emotion_board {
    height: 165px;
    overflow-y: auto;
    padding: 2px;
    background-color: #fafbfb;
}
.gwx_face_face {
    border: 0;
    margin: 7px;
    cursor: pointer;
    font: 12px/1.5 "sans serif",tahoma,verdana,helvetica;
}
.chat_emotion_arrow {
    height: 15px;
    width: 20px;
    display: block;
    margin: -1px auto 0;
    background: url(/static/images/icon_0.png) no-repeat scroll -113px -318px;
}
.chartdialog{
    width: 500px;
    display: block;
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.chartdialog .dialog_title{
    color: white;
    height: 45px;
    line-height: 45px;
    text-align: left;
    text-indent: 10px;
    border-bottom: 1px solid #00a0e9;
    border-radius: 5px 5px 0 0;
    background-image: -moz-linear-gradient(bottom, #56c1a0, #00a0e9);
    background-image: -webkit-linear-gradient(bottom, #56c1a0, #00a0e9);
    background-image: -ms-linear-gradient(bottom, #56c1a0, #00a0e9);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#56c1a0", EndColorStr="#00a0e9");
}
.chartdialog .dialog_con{
    background-color: #F5F5F5;
    padding:10px 0px;
}
.chartdialog #diacontent{
    padding: 10px;
    width: 462px;
    height: 80px;
    margin: 0px auto;
    resize: none;
    display: block;
    border: 1px solid #E9E9E9;
}
.chartdialog .dialog_ope{
    height: 45px;
    text-align: right;
    overflow: hidden;
    /* background-color: #FFF0F4; */
    background-color: #e6e9ee;
    border-top: 1px solid #dbdbdb;
    border-radius: 0 0 5px 5px;
}
.chartdialog .dialog_ope input{
    height: 30px;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 20px;
    text-align: center;
    padding: 0 25px;
    /* padding: 0 10px; */
    border-radius: 3px;
    outline-style: none;
    font-family: "Helvetica", "微软雅黑", Tohoma, serif;
}
.chartdialog .dialog_ope input.cancel{
    color: #545454;
    border: 1px solid #B3B3B3;
    background-image: -moz-linear-gradient(bottom, #E4E4E4, #FAFAFA);
    background-image: -webkit-linear-gradient(bottom, #E4E4E4, #FAFAFA);
    background-image: -ms-linear-gradient(bottom, #E4E4E4, #FAFAFA);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#FAFAFA", EndColorStr="#E4E4E4");
}
.chartdialog .dialog_ope input.ok{
   color: white;
    border: 1px solid #4D6FB4;
    background-image: -moz-linear-gradient(bottom, #56c1a0, #00a0e9);
    background-image: -webkit-linear-gradient(bottom, #56c1a0, #00a0e9);
    background-image: -ms-linear-gradient(bottom, #56c1a0, #00a0e9);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#56c1a0", EndColorStr="#00a0e9");
}


#play_chat_close {
    position: absolute;
    margin-top: -31px;
    color: white;
    margin-left: 1002px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(/static/images/close1.png) no-repeat;
    background-size: 100% 100%;
}
#play_chat_close:hover {
    position: absolute;
    margin-top: -31px;
    color: white;
    margin-left: 1002px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(/static/images/close.png) no-repeat;
    background-size: 100% 100%;
}

/*.play_find_close {*/
/*    top: 16px;*/
/*    right: -8px;*/
/*}*/

.video_author{
    position: absolute;
    margin-top: -55px;
    margin-left: 10px;
    cursor: pointer;
}
.video_author img{
    width: 50px;
    height: 50px;
    border-radius:50px;
    cursor: pointer;
}

.video_author_name{
    position: absolute;
    margin-top: -40px;
    margin-left: 70px;
    color: #fff;
    cursor: pointer;
}
.chat_show .fanyi{
    display: none;
    position: absolute;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: #eee;
    z-index: 99;
    border-radius: 5px;
    margin-left: 250px;
    margin-top: 85px;
    font-size: 12px;
    padding: 10px;
}
.chat_show .fanyi .nofanyi{
    text-align: center;
    border-bottom: 1px solid #2d536c;
    display: block;
}
.chat_show .fanyi .nofanyi:hover{
    background: #02d2ff;
    color: #fff;
}
.chat_show .fanyi .title{
    border-bottom: 1px solid #2d536c;
}
.chat_show .fanyi .lang{
    height: 200px;
    overflow-y: auto;
}
.chat_show .fanyi .lang li{
    float: left;
    width: 50%;
    height: 28px;
}
.chat_show .fanyi .lang li a{
    height: 28px;
    line-height: 28px;
    display: block;
    text-indent: 10px;
}
.chat_show .fanyi .lang li a:hover{
    background: #02d2ff;
    color: #fff;
}

/*客服*/
@keyframes scaleToggleOne { 0 {
    transform:scale(1);
    -webkit-transform:scale(1)
}
50% {
    transform:scale(2);
    -webkit-transform:scale(2)
}
100% {
    transform:scale(1);
    -webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
    transform:scale(1);
    -webkit-transform:scale(1)
}
20% {
    transform:scale(1);
    -webkit-transform:scale(1)
}
60% {
    transform:scale(2);
    -webkit-transform:scale(2)
}
100% {
    transform:scale(1);
    -webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
    transform:scale(1);
    -webkit-transform:scale(1)
}
33% {
    transform:scale(1);
    -webkit-transform:scale(1)
}
66% {
    transform:scale(2);
    -webkit-transform:scale(2)
}
100% {
    transform:scale(1);
    -webkit-transform:scale(1)
}
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 60px; height: 60px; border-radius: 50%; position: fixed; bottom: 0; right: 40px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl:focus { outline: 0 }
.livechat-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px) }
.livechat-girl:after { content: ''; width: 12px; height: 12px; border-radius: 50%; background-image: linear-gradient(to bottom, #26c7fc, #26c7fc); position: absolute; right: 1px; top: 1px; z-index: 50 }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50; border-radius: 50% }
.livechat-girl .animated-circles .circle { background: rgba(46, 112, 134, 0.3); width: 60px; height: 60px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 40px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1 }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0) }
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
@media only screen and (max-width:1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1060px!important }
}
@media only screen and (max-width:1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 984px!important }
}
@media only screen and (max-width:1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 600px!important }
}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45 }
.rd-notice-type-success { background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%); -webkit-box-shadow: 0 5px 10px 0 rgba(46, 112, 134, 0.3); box-shadow: 0 5px 10px 0 rgba(46, 112, 134, 0.3) }
.rd-notice-type-success .rd-notice-content { background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%); }
.rd-notice-type-success:after { background: linear-gradient(270deg, #ffa5a5 0%, #c28a36 100%); -webkit-box-shadow: 0 5px 10px 0 rgba(46, 112, 134, 0.3); box-shadow: 0 5px 10px 0 rgba(46, 112, 134, 0.3) }
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }
.roll::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.roll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(211, 211, 211, 0.13)
}
.roll::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 10px;
    background: transparent;
}
.layui-btn {
    border: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-size: 18px;
    width: 145px !important;
    min-width: 145px !important;
    height: 35px !important;
    line-height: 35px !important;
    text-align: center;
    background:linear-gradient(270deg,rgba(78,113,255,1) 0%,rgba(35,156,255,1) 100%);
    border-radius:20px;
}
