﻿@charset "utf-8";
/* CSS Document */

/**common**/
* { scrollbar-width: thin; -webkit-scrollbar-width: thin; -moz-scrollbar-width: thin; -o-scrollbar-width: thin; margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

body { background: url(../images/bg.jpg) center center no-repeat; background-size: cover;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Arial, Helvetica, sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size: 14px;}
ol,ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;}
address,cite,code,em,th,i { font-weight: normal; font-style: normal;}
.clear { clear: both;}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: ".";}
a { text-decoration: none; cursor: pointer;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

.fl { float: left;}
.fr { float: right;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 0;/* 滚动槽宽度 */}
/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track { background-color: #dddddd; border-radius: 0px;}
::-webkit-scrollbar-thumb { background-color: #0084d6;}
/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color: #0084d6;}

/* 按钮样式去除 */
input[type="button"],input[type="submit"],input[type="reset"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none; cursor: pointer;}
textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none;}
input { border-radius: 0; outline: none;}

.w960 { width: 960px;}

.ly_container { overflow: hidden; margin: 0 auto; background-color: #fff; box-shadow: 0 0 10px rgba(0, 32, 52, 0.1);}

/*验证码弹窗*/
.yzm_pop { display: none; width: 400px; height: auto; margin: 0; padding: 30px; background-color: #fff; box-shadow: 0 0 20px 0 rgba(0,0,0,0.2); border-radius: 4px; position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); z-index: 1000;}
.yzm_pop .yzmpop_tit { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: #303030; font-size: 18px; font-weight: bold; text-align: center; margin: 0 auto 20px; padding: 0;}
.yzm_pop .yzmIpt { width: 100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0 140px 0 0; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;}
.yzm_pop .yzmIpt input { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 42px; color: #565656; font-size: 14px; border-radius: 2px 0 0 2px; background-color: #fff; border: 1px solid #d3d3d3; border-right: 0; margin: 0 auto; padding: 0 15px; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;}
.yzm_pop .yzmIpt a { display: block; width: 140px; height: 44px; overflow: hidden; margin: 0; padding: 0; background-color: #e8ecf0; border-radius: 0 2px 2px 0; position: absolute; top: 0; right: 0;}
.yzm_pop .yzmIpt a img { display: block; width: 100%; height: 100%; margin: 0; padding: 0;}
.yzmBtn { width: 100%; height: auto; overflow: hidden; margin: 20px auto 0; padding: 0; text-align: center;}
.yzmBtn input { display: inline-block; width: 90px; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 14px; text-align: center; margin: 0 10px; padding: 0; border-radius: 2px; border: none; outline: none; cursor: pointer; background-color: #e1090a;}
.yzmBtn input:hover { background-color: #ff0001;}
.yzmBtn input.Qx { background-color: #808080;}
.yzmBtn input.Qx:hover { background-color: #ea0001;}
.maskYzm { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999;}

@media (max-width:960px) {
  .w960 { width: 100%;}
}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}