@charset "utf-8";
/*此文件为网易支付系统所有公有样式文件，页面单独样式应新建样式文件*/
/*------------------------重置--重置类样式---------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, label, blockquote, button, span {
    padding: 0;
    margin: 0;
}

body {
    font: 12px/22px "Microsoft YaHei";
    color: #50545f;
    -webkit-text-size-adjust: none;
    min-width: 1000px;
	background:#f1f1f1;
    background-attachment: fixed;
	overflow-y:scroll;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
}

address, caption, cite, code, dfn, th, var, em {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

input {
    vertical-align: middle
}

/* 消灭IE自带的叉叉伪类 */
input::-ms-clear {
    display: none;
}

/*公用样式*/
input:focus {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #374660
}

/*-----------------------------------文本-------------------------------------*/
/*文本大小定义*/
.text-s-1 {
    font-size: 9px;
}

.text-s-2 {
    font-size: 10px;
}

.text-s-3 {
    font-size: 12px;
}

.text-s-4 {
    font-size: 14px;
}

.text-s-5 {
    font-size: 16px;
}

.text-s-6 {
    font-size: 18px;
}

.text-s-7 {
    font-size: 20px;
}

.text-s-8 {
    font-size: 22px;
}

.text-s-9 {
    font-size: 24px;
}

.text-s-10 {
    font-size: 36px;
}

/*文本颜色定义*/
.text-c-1 {
    color: #374660;
}

.text-c-2 {
    color: #c42432;
}

.text-c-3 {
    color: #007dd1;
}

.text-c-4 {
    color: #ddd;
}

.text-c-5 {
    color: #ee563c;
}

.text-c-6 {
    color: #2cab5c;
}

.text-c-7 {
    color: #748397;
}

.text-c-8 {
    color: #FFF;
}

/*文本粗体定义*/
.text-b {
    font-weight: bold;
}

/*文本综合定义*/
.text-1 {
    color: #50545f;
    font-size: 16px;
    font-weight: bold;
}

.text-2 {
    color: #748397;
    font-size: 16px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

/*-----------------------------链接-----------------------------------------*/
.link-1:link, .link-1:visited {
    color: #007dd1;
}

.link-1:hover {
    color: #69C;
}

.link-2:link, .link-2:visited {
    color: #fff;
}

.link-2:hover {
    color: #fff;
}

/*-----------------------------按钮-----------------------------------------*/
.btn-1 {
    height: 28px;
    color: #374660;
    line-height: 28px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    overflow: visible;
    padding: 0 19px;
}

.btn-1:visited, .btn-1:link {
    color: #374660;
}

.btn-1:hover {
    color: #de3e4b;
    border-color: #de3e4b;
}

.btn-1.btn-1-disabled, .btn-1[disabled] {
    color: #bbb;
    background-color: #f7f7f7;
    border-color: #ddd;
    cursor: default;
}

.btn-2 {
    padding: 0 20px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #ee563c;
    display: inline-block;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    overflow: visible;
}

.btn-2:visited, .btn-2:link {
    color: #fff;
}

.btn-2:hover {
    background: #ff6d50;
}

.btn-2.btn-2-disabled, .btn-2[disabled], .btn-2.disabled {
    color: #bbb;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    cursor: default;
}

.btn-3 {
    display: block;
    height: 38px;
    color: #374660;
    text-align: center;
    line-height: 38px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
    overflow: visible;
    padding: 0 19px;
}

.btn-3:hover {
    color: #de3e4b;
    border-color: #de3e4b;
}

/*图标*/
@font-face {font-family: "iconfont";
  src: url('https://i.cdn.epay.163.com/a/ebj/other/iconFont/iconfont.eot'); /* IE9*/
  src: url('https://i.cdn.epay.163.com/a/ebj/other/iconFont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://i.cdn.epay.163.com/a/ebj/other/iconFont/iconfont.woff') format('woff'), /* chrome、firefox */
  url('https://i.cdn.epay.163.com/a/ebj/other/iconFont/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('https://i.cdn.epay.163.com/a/ebj/other/iconFont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1 {
    width: 88px;
    height: 132px;
    background: url("https://i.cdn.epay.163.com/a/ebj/images/pub/icon-1.png?17652470792258004345500546439");
    display: inline-block;
}

/*---------------------------------布局---------------------------------*/
.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-clear {
    clear: both;
}

.main {
    width: 1002px;
    margin: 0 auto;
}

.main-left {
    width: 300px;
    float: left;
}

.main-right {
    width: 700px;
    float: right;
}

.box-1 {
    border: 1px solid #ddd;
    margin-top: 20px;
	background:#fff;
}

.box-1 .box-1-con {
    padding: 20px;
}

.box-1 .box-1-title {
    color: #374660;
    font-size: 16px;
    font-weight: bold;
    background: #f7f7f7;
    line-height: 50px;
    padding: 0 20px;
}



.box-2 {
   width:80%;
   margin:0 auto;
   padding:20px;
   background:#fff;
}

.box-2 .box-2-iconfont {
	font-size:50px;
	width:10%;
	text-align:right;
	line-height:57px;
	float:left;
	margin-right:10px;
}

.box-2 .box-2-con{
	float:left;
	width:70%;
}
.box-2 .box-2-title{
	font-size:18px;
	font-weight:bold;
	color:#374660;
	padding-bottom:5px;
}

.box-2-text{
	font-size:12px;
	color:#748397;
	line-height:18px;
}

/*------------------------------表单--------------------------------------------*/
.form-1 {
    padding: 30px 0;
    padding-top: 30px;
    font-size: 14px;
}

.form-1 .formLi {
    line-height: 34px;
    clear: left;
    margin-bottom: 10px;
}

.form-1 .formLi:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.form-1 .formInput, .form-1 .formTextarea {
    vertical-align: middle;
    width: 245px;
    height: 30px;
    border: 1px solid #ddd;
    padding-left: 5px;
    margin-right: 10px;
    line-height: 30px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold
}

.form-1 .formTextarea {
    height: 90px;
    width: 320px;
}

.form-1 .formSelect {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}

.form-1 .formLileft {
    float: left;
    padding-right: 24px;
    width: 200px;
    min-height: 30px;
    text-align: right;
    color: #95a8ba;
    font-size: 12px;
}

.form-1 .formLiRight {
    float: left;
    position: relative;
}

.form-1 .formBtnLi {
    margin-top: 30px
}

.form-1 .formErr {
    color: #D53535;
    font-size: 12px;
    font-family: "宋体";
}

.form-1 .formErr a{
    color: #007dd1;
}

.form-1 .formInfo {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.form-1 .inputFocus {
    border-color: #39C;
}

.form-1 .inputErr {
    border-color: #ee563c;
}

.form-1 .inputPlacehold {
    color: #ccc;
    font-weight: normal;
}

/*验证码按钮*/
.form-1 .MV-box {
	position:relative;
	height:32px;
	display:inline-block
}
.form-1 .MV-input {
	width:129px;
	height:30px;
	background:url(https://i.cdn.epay.163.com/a/ebj/images/pub/icon.png?17652470792258004345500546439) 0 -253px;
	line-height:30px;
	margin-right:10px;
	margin-left:7px;
}
.form-1 .MV-btn {
	width:108px;
	height:32px;
	border:1px solid #9fc0d6;
	background:url(https://i.cdn.epay.163.com/a/ebj/images/pub/icon.png?17652470792258004345500546439) 0 -175px;
	cursor:pointer;
	color:#2778a8;
}
.form-1 .MV-btn:hover {
	background-position:0 -214px;
}
.form-1 .MV-disabled {
	background:#EBEBEB;
	color:#828282
}
.form-1 .MV-loading, .form-1 .MV-loading:hover {
	background:url(https://i.cdn.epay.163.com/a/ebj/images/pub/loading.gif?17652470792258004345500546439) no-repeat 3px 5px #EBEBEB;
	text-indent:12px;
}


.form-1 .formBtn {
    padding: 0 20px;
    line-height: 30px;
    color: #fff;
    background: #ee563c;
    display: inline-block;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    overflow: visible;
}

.form-1 .formBtn:link, .form-1 .formBtn:visited {
    color: #fff;
}

.form-1 .formBtn:hover {
    background: #ff6d50;
}

.form-1 .formBtnDisabled {
    background: #ccc;
    color: #fff;
    cursor: no-drop
}

.form-1 .formBtnDisabled:hover {
    background: #ccc;
}

.form-1 .formLoading {
    font-size: 12px;
    color: #374660;
    display: none
}

.form-1 .formLoading img {
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.form-1 .formLoadingShow {
    display: inline
}

.form-1 .tipInput {
    width: 250px;
    position: absolute;
    top: 2px;
    left: 260px;
    background: #FFF2BD;
    color: #555;
    font-size: 12px;
    padding: 10px 5px;
    display: none;
    line-height: 18px;
}

.form-1-noleft .formLileft {
    width: 10px;
}

.form-1 object{
	width:253px;
}

/*密保卡*/
.form-1 .mbkBox {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Arial;
}

.form-1 .mbkBox .formInput {
    padding-left: 120px;
    width: 130px
}

.form-1 .mbk {
    position: absolute;
    left: 2px;
    top: 4px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #BECED8;
    height: 28px;
    padding-right: 1px;
}

.form-1 .mbk li {
    width: 38px;
    float: left;
    text-align: center;
    clear: none;
    line-height: 28px;
    color: #fff;
}

.form-1 .mbk .mbkc1 {
    background: #009900
}

.form-1 .mbk .mbkc2 {
    background: #990000
}

.form-1 .mbk .mbkc3 {
    background: #000099
}

/*--------------------------------表格------------------------------------*/
.table-1 {}

/*------------------------------tip------------------------------*/
.tip-1 {
    border: 1px solid #ddd;
    position: absolute;
    margin-left: auto;
    top: 0;
    left: 0;
    margin-right: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    z-index: 99999;
}

.tip-1 .tip-1-Arr1, .tip-1 .tip-1-Arr2 {
    font-style: normal;
    font-size: 18px;
    position: absolute;
    left: 36px;
    top: -11px;
    color: #ddd;
    font-family: SimSun;
    line-height: 18px;
}

.tip-1 .tip-1-Arr2 {
    color: white;
    top: -9px;
}

.tip-1-con {
    padding: 10px;
}

/*tab*/
.tab-1 {}

/*布骤图*/
.step-1 {}

/*面包屑*/
.crumb-1 {
    height: 50px;
    line-height: 50px;
    color: #374660;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.crumb-1 em {
    color: #c4c4c4;
    padding: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif
}

/*公用结构*/
/*确定对话框*/
.confirm-box {
    padding: 20px;
}

.confirm-title {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

.confirm-btn-box {
    padding-top: 40px
}

.confirm-box .mrbtn {
    margin-right: 10px
}

.confirm-box .confirm-box-err {
    display: none;
    line-height: 30px;
}

/* new confirm */
.u-confirm .content {
    padding: 30px 40px;
    font-size: 14px;
}
.u-confirm .btns {
    text-align: center;
}
/* 常用工具 */

.fn-hide {
    display: none;
}

.fn-clearfix {
    *zoom: 1;
}

.fn-clearfix:before, .fn-clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.fn-clearfix:after {
    clear: both;
}

.fn-disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  cursor: default;
  z-index: 9999;
}



