/**
* 页面公共部分CSS
* 包括头部、尾部、侧边栏、下拉框
*/

.shadow {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    filter:alpha(opacity=50);
    background-color: #000000;
    z-index: 100;
}

.confirm {
    width: 550px;
    height: 535px;
}

.box.claimDocument {
    position: absolute;
}

.box {
    position: fixed;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 101;
    border-radius:9px;
}

.box .prompt {
    background-color: #fff;
    height: 255px;
}

.box .prompt h3 {
    height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #e3e3e3;
    font-weight: bold;
    position: relative;
}

.box .prompt i {
    height: 14px;
    width: 14px;
    position: absolute;
    background: url("../../images/claimOnline/closeIcon.png") no-repeat 0 0;
    background-size: 100% 100%;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.box .prompt .p {
    padding: 30px 0 30px 30px;
    color: #8a8a8a;
    font-size: 16px;
}

.box .prompt .p p {
    text-align: left;
    line-height: 30px;
}

.box .prompt .p .p2 {
    text-indent: 32px;
}

.box .prompt .buttons {
    text-align: center;
}

.box .prompt .buttons .btn-ui {
    display: inline-block;
}

.box .prompt .buttons button,
.box .prompt .buttons .btn-ui {
    width: 160px;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    box-shadow: 0px -1px 2px #8a8a8a inset;
}

.box .prompt .buttons .btn-ui {
    background-color: #e3023b;
}

.box .prompt .buttons .btn1 {
    background-color: #004894;
    margin-right: 20px;
}

.box .prompt .buttons .btn2 {
    background-color: #e3023b;
}

#loading .bg {
    background: url(../../images/claimOnline/loading.gif) no-repeat center center;
    background-size: 70% auto;
}

.content {
   min-height: 87%;
   min-height: -webkit-calc(100% - (0.8rem) - (0.5rem));
}


/*通用设置  */

.phcolor {
    color: #666;
}

html {
    font-size: 625%;
    height: 100%;
}

.ie8 {
    font-size: 16px;
}

body {
    font-size: 16px;
    height: 940px;
    overflow: auto;
    color: #333333;
}

body .wrap {
    max-width: 990px;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    padding-bottom: 10px;
}

.dn {
    display: none;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear {
    _zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.xs-block {
    display: none;
}


/* 下拉 */

a.select {
    height: auto;
}

.select {
    position: relative;
    cursor: pointer;
    width: 76%;
    height: 38px;
    line-height: 38px;
    border: solid 1px #cccccc;
    font-size: 15px;
}

.select .ico {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    width: 10px;
    height: 6px;
    background: url(../../images/claimOnline/select_icon.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.select input {
    display: none;
}

.select p {
    text-indent: 10px;
    padding-right: 20px;
    height: 100%;
   /* background: #fff;*/
    background: #F1F1F1;
    color: #bfbfbf;
}

.select ul {
    position: relative;
    z-index: 9;
    display: none;
    text-indent: 15px;
    width: 100%;
    background: #fff;
    color: #333;
    border: solid 1px #cccccc;
    margin-left: -1px;
}

.select ul li {
    margin: 0 !important;
    height: 32px;
    line-height: 32px;
}

.select ul li.active {
    background: #004894;
    color: #fff;
}


/* 头部 */

.wrap {
    margin: 0 auto;
    max-width: 100px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}

.bg_fff_75 {
    position: absolute;
    height: 80px;
    width: 1680px;
    background: #fff;
    /*opacity: 0.75;*/
    /*filter: alpha(opacity: 75);*/
}

.bg_000_65 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.65;
    filter: alpha(opacity: 65);
}

.bg_white {
    border-radius:15px;
    position: absolute;
    top: 0;
    left: 0;
    height:103.5%;
    width: 531px;
    background: white;
    box-shadow: 3px 9px 25px #4F5556;
}

/* 头部 */

#header {
    position: relative;
    width: 100%;
    z-index: 98;
    line-height: 80px;
}

#header .wrap {
    height: 100%;
    max-width: 1290px;
}

#header .logo {
    margin-left: 21px;
    width: 380px;
    height: 100%;
}
#header .prompt{
	float:right;
	position:relative;
	height:32px;
	width:32px;
	margin-top:21px;
	cursor: pointer;
}
#header .mobile-icon{
	height:100%;
	width:100%;
	background:url(../../images/claimOnline/classa-view.png) no-repeat center;
}
#header .mobile-iconactive{
	height:100%;
	width:100%;
	background:url(../../images/claimOnline/active-view.png) no-repeat center;
}
#header .pro-code{
	position:absolute;
	left:-68px;
	top:42px;
	background:#fff;
	border:2px solid #D1CFCD;
	padding-top:8px;
	display:none;
	border-radius:2px;
}
#header .pro-code:after{
	content:"";
	display:block;
	width:0;
	height:0;
	border:7px solid transparent;
	border-bottom:7px solid #ccc;
	position:absolute;
	left:75px;
	top:-16px;
}
#header .pro-code div{
	width:160px;
	height:160px;

}
#header .pro-code div img{
	height:100%;
	width:100%;
}
#header .pro-code p{
	line-height:14px;
	font-size:12px;
	color:#5D5D5C;
	text-align:center;
}
#header .logo .logoIcon {
    width: 100%;
    height: 40px;
    display: inline-block;
    vertical-align: middle;

}

#header .nav {
    max-width: 72%;
    font-size: 14px;
}

#header .nav li {
    text-align: center;
    height: 80px;
    line-height: 80px;
    float: left;
    width: 115px;
}

#header .nav li p a:hover {
    color: #004894;
}

#header .nav li p a {
    display: block;
    height: 78px;
    padding: 0;
}

#header .nav li.active p a {
    color: #004894;
    border-bottom: solid 2px #004894;
}

#header .nav li p {
    position: relative;
}

#header .nav li p .linear {
    position: absolute;
    background: #666666;
    width: 1px;
    height:14px;
    top: 50%;
    margin-top: -7px;
    left: 0;
}

#header .nav li .child {
    font-size: 14px;
    overflow: hidden;
    background: #fff;
    display: none;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 5px #B5B5B5;
}

#header .nav li .child li {
    clear: both;
    height: 40px;
    line-height: 40px;
}

#header .nav li .child li:hover a {
    background: #004894;
    color: #fff;
}

#header .nav li .child li a {
    display: block;
    padding: 0;
}


/* 底部  */

#footer {
    position: relative;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

#footer .wrap {
    opacity: 0.70;
    filter: alpha(opacity=70);
    color: #fff;
    position: relative;
}

#footer .wrap .phoneIcon {
    font-size: 20px;
    position: absolute;
    right: 20px;


}
#footer .wrap .phoneIcon b{
    background: url("../../images/claimOnline/phone.png") no-repeat 0 0;
    background-size: 100% 100%;
    width: 16px;
    height:20px;
    display: inline-block;
    vertical-align: -2px;
}


/* 背景 */
#wrapper {
    overflow:hidden;
    position: absolute;
    /*z-index: -2;*/
    background:url(../../images/claimOnline/background.jpg) no-repeat center 80px;
    height: 940px;
    width: 1680px;
    /*background-size:100% 100%;*/
   /* overflow: auto;*/
}


/* 左边内容 */

#left {
    position: absolute;
    left: 0;
    /*width: 1680px;
    height: 940px;*/
    width: 100%;
    height: 100%;
    /*overflow: auto;*/
}


/* 右边内容 */

#right {
    position: absolute;
    right: 0;
    width: 0;
}

body .content .contentBox {
    top: 210px;
    margin-left: -89px;
    margin-top: -29px;
    width: 531px;
    /*width: 52%;*/
    position: absolute;
    z-index: 9;
}


/* 内容覆盖 */

body .wrap-inquire,
body .wrap-pay,
body .wrap {
    padding: 0;
    width: 1290px;
}

body .Re-table .Re-mess .t4 {
    width: 249px;
}

body .Re-table .Re-mess .t3 {
    width: 27.4%;
}

body .fp-txt {
    width: 152px;
}

body .t4 dl,
body .t3 dl {
    width: 98%;
}

body .report-type a.w2 {
    width: 510px;
}

body .wrap-pay #t-radio {
    width: 880px;
}


/* 平板 */

@media only screen and (max-width:1024px) {
    #left,
    #right {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }
    #left.slideLeft {
        width: 76%;
    }
    #right.slideLeft {
        width: 24%;
        height: 100%;
    }
    #right.slideLeft .h {
        background: #333333;
    }
    .ms-block {
        display: block;
    }
    .ms-none {
        display: none;
    }
    .select .ico {
        background: url("../../images/claimOnline/select_icon.png") no-repeat 0 0/100% 100%;
    }

    #main_nav {
        background: url(../../images/claimOnline/main_nav_ico.png) no-repeat 0 0 /100% 100%;
    }
    #header .logo .logoIcon {

    }
}

@media (min-height:841px) {
    #header{
        line-height: 400%;
    }
}
@media (max-height:840px) {
    #header{
        line-height: 310%;
    }
}
@media only screen and (max-width:1024px) and (min-width:929px) {
    html {
        font-size: 100px;
    }
    body .content .contentBox {
        top: 35px;
    }
}

@media only screen and (max-width:928px) and (min-width:833px) {
    html {
        font-size: 90px;
    }
    body .content .contentBox {
        top: 25px;
    }
}

@media only screen and (max-width:832px) and (min-width:737px) {
    html {
        font-size: 80px;
    }
    body .content .contentBox {
        top: 20px;
    }
}

@media only screen and (max-width:736px) and (min-width:641px) {
    html {
        font-size: 70px;
    }
    body .content .contentBox {
        top: 15px;
    }
}
.shadow1 {
    position: fixed;
    z-index: 2999;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.65;
    filter: alpha(opacity: 65);
    display: none;
}

.hintBox {
    position: fixed;
    z-index: 3000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 220px;
    margin: auto;
    display: none;
    background-color: #fff;
    border-radius: 0.04rem;
}

.hintBox h4 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-weight: bold;
    border-bottom: 1px solid #ededed;
}

.hintBox p {
    font-size: 16px;
    padding: 20px 20px 30px 30px;
    text-align: center;
    min-height: 60px;
}

.hintBox p .warningIcon {
    height: 37px;
    display: inline-block;
    width: 37px;
    background: url("../../images/claimOnline/warningIcon.png") no-repeat 0 0;
    background-size: 100% 100%;
    vertical-align: -13px;
    position: relative;
    left:-10px;
}

.hintBox .btn {
  text-align: center;
   padding-bottom: 20px;
   padding-left: 20px;
   padding-right: 20px;
}

.hintBox .btn button, .hintBox .btn a {
    display: inline-block;
    width: 47%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: none;
    color: #fff;
    background-color: #e4003a;
}


.borderBlue{
    color: #004894;
    border-bottom: 3px solid #004894;
}

.phone_QR_Code{
    width: 210px;
    height: 355px;
    position: absolute;/*固定位置*/
    right:285px;
    bottom: 20px;
    /*padding: 465px 1185px*/
}
.phone_QR_Code2{
    width: 200px;
    height: 25px;
    position: absolute;/*固定位置*/
    right:290px;
    bottom:400px;
}

.headerDiv {
    margin-left: 580px;
    /*margin-left: 48%;*/
}