/* 
* @Author: wlong
* @Date:   2015-12-25 15:31:24
* @Last Modified by:   wlong
* @Last Modified time: 2016-01-30 14:29:18
*/

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    background: #fff;
}

.grey {
    color: #999;
}

.blue {
    color: #4e79de;
}

.red {
    color: #df4d50;
}

.yellow {
    color: #fff000;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mr10 {
    margin-right: 10px;
}

.btn {
    display: inline-block;
    padding: 10px 0;
    width: 100px;
    background: transparent;
    color: #fff !important;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 5px;
}

.btn-red {
    background: #e55454;
}

.btn-grey {
    background: #999;
}

select {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    background: #eee url(../images/ss.jpg) right 50% no-repeat;
    background-size: 8%;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

::-moz-placeholder {
    color: #333;
}

:-ms-input-placeholder {
    color: #333
}

::-webkit-input-placeholder {
    color: #333
}


/*errowb*/

@-webkit-keyframes errowb {
    0% {
        opacity: 0.5;
        bottom: 8px;
    }
    100% {
        opacity: 1;
        bottom: 12px;
    }
}

@-moz-keyframes errowb {
    0% {
        opacity: 0.5;
        bottom: 8px;
    }
    100% {
        opacity: 1;
        bottom: 12px;
    }
}

@-ms-keyframes errowb {
    0% {
        opacity: 0.5;
        bottom: 8px;
    }
    100% {
        opacity: 1;
        bottom: 12px;
    }
}

@-o-keyframes errowb {
    0% {
        opacity: 0.5;
        bottom: 8px;
    }
    100% {
        opacity: 1;
        bottom: 12px;
    }
}

@keyframes errowb {
    0% {
        opacity: 0.5;
        bottom: 8px;
    }
    100% {
        opacity: 1;
        bottom: 12px;
    }
}

.mayi {
    position: relative;
}

.mayi-box {
    padding: 10px;
}

.mayi-top {
    display: block;
    width: 100%;
    height: 13px;
    background: url(../images/m.gif) repeat-x;
}

.mayi-right {
    position: absolute;
    right: 9px;
    z-index: 10;
    display: block;
    width: 14px;
    height: 360px;
    background: url(../images/m2.gif) repeat-y;
    background-size: 100%;
}

.mayi-left {
    position: absolute;
    left: 9px;
    z-index: 10;
    display: block;
    width: 14px;
    height: 360px;
    background: url(../images/m2.gif) repeat-y;
    background-size: 100%;
    transform: rotate(-180deg);
}

.m-right {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 11;
    display: block;
    width: 67px;
    height: 67px;
    background: url(../images/m-r.png) no-repeat;
    background-size: 100%;
}

.m-left {
    position: absolute;
    top: 11px;
    left: 10px;
    z-index: 11;
    display: block;
    width: 67px;
    height: 67px;
    background: url(../images/m-l.png) no-repeat;
    background-size: 100%;
}

.mayi-text {
    padding: 0 40px;
}

.mayi-text p {
    text-align: center;
}

.mayi-text p.grey {
    margin-top: 5px;
}

.mayi-text p img {
    max-width: 100%;
    height: auto;
}

.mayi-text h1 {
    margin-top: 10px;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}

.mayi-text h2 {
    line-height: 1.2;
    font-size: 2.8rem;
    letter-spacing: -.2rem;
    font-weight: 700;
    text-align: center;
}

.mayi-text h3 {
    margin-top: 10px;
    padding: 5px 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 2px solid #df4d50;
}

.date {
    position: absolute;
    bottom: 80px;
    z-index: 100;
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
}

.date .yellow {
    margin-top: 15px;
}

.date p {
    text-align: center;
}

.triangle {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    min-height: 340px;
    background: url(../images/ss.png) 50% bottom no-repeat;
    background-size: 100%;
}

.next {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    text-align: center;
    animation: errowb 0.9s infinite;
    -webkit-animation: errowb 0.9s infinite;
}

.next-1 {
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #fff533;
    border-radius: 50%;
}

.next-2 {
    display: block;
    margin: 5px auto;
    width: 10px;
    height: 10px;
    background: #fff533;
    border-radius: 50%;
}

.next-3 {
    display: block;
    margin: 0 auto 5px;
    width: 6px;
    height: 6px;
    background: #fff533;
    border-radius: 50%;
}

.form-horizontal {
    position: relative;
    z-index: 9999;
    padding: 0 20px;
    background: #fff;
}

.form-horizontal p {
    text-align: center;
}

.form-horizontal p a,
.form-horizontal p a:active,
.form-horizontal p a:focus {
    color: #007ccf;
    text-decoration: none;
}

.form-horizontal .form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
}

.form-group input {
    padding: 0 10px;
    width: 100%;
    height: 50px;
    line-height: 1;
    background: #eee;
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
}

.form-group .btn {
    display: block;
    margin: 20px auto 10px;
    padding: 15px 0;
    width: 100%;
    font-size: 1.6rem;
}

.form-img {
    position: relative;
    z-index: 999;
    background: #fff;
}

.form-img img {
    max-width: 100%;
    height: auto;
}

.report {
    padding: 0 15px;
    height: 100%;
    background: #007ccf;
}

.report-box {
    position: relative;
    padding: 15px 15px 0;
    background: #fff;
}

.report-box i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/t2.jpg) no-repeat;
    background-size: cover;
}

.report-group p {
    text-align: center;
}

.report-group p.font14 {
    font-size: 1.4rem;
}

.report-group strong {
    display: block;
	margin: 15px 0;
	font-size: 1.4rem;
	text-align: center;	
}
.report-group p em,
.report-group strong em {
    color: #ff3030;
}

.report-group .btn {
    float: left;
    margin: 15px auto;
    padding: 15px 0;
    width: 48%;
    font-size: 1.6rem;
}

.report-group-box {
    margin-top: 10px;
    padding: 10px;
    font-size: 1.2rem;
    background: #fffbd4;
    border: 1px solid #cfccad;
}

.report-group-box p {
    font-size: 1.2rem;
    text-align: left;
}

.report-group-box a {
    color: #007ccf;
}

.report .img {
    padding: 10px 30px;
}

.report .logo {
    padding: 10px 100px;
}

.report .logo img,
.report .img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.mask {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.mask span {
    display: block;
    margin-top: 60px;
    margin-right: 95px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.mask span i {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 80px;
    height: 85px;
    background: url(../images/fx.png) no-repeat;
    background-size: 100%;
}
.chart {
	display:block;
	width: 100%;
	height: 200px;
}
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone4/4s */
    .report-group-box {
		margin-top: 5px;
		padding: 5px;
    }
    .chart {		
		width: 100%;
		height: 150px;
	}
    .mayi-text h1 {
        font-size: 3.9rem;
    }
    .mayi-text h2 {
        font-size: 2.8rem;
    }
    .mayi-text h3 {
        margin-top: 5px;
        padding: 2px 0 5px;
    }
    .mayi-text p img {
        margin-top: 10px;
    }
    .mayi-text p.grey {
        margin-top: 5px;
    }
    .triangle {
        bottom: -60px;
        min-height: 286px;
    }
    .date {
        bottom: 60px;
    }
    .date .yellow {
        margin-top: 5px;
    }
    .form-group input {
        height: 40px;
    }
    select {
        height: 40px;
    }
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone5 */
    .chart {		
		width: 100%;
		height: 200px;
	}
    .mayi-text h1 {
        margin-top: 15px;
        font-size: 3.8rem;
    }
    .mayi-text h3 {
        font-size: 1.5rem;
    }
    .mayi-text p img {
        margin-top: 10px;
    }
    .mayi-text p.grey {
        margin-top: 15px;
    }
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone6 */
    .chart {		
		width: 100%;
		height: 290px;
	}
    .mayi-text h1 {
        margin-top: 15px;
        font-size: 4.8rem;
    }
    .mayi-text h2 {
        font-size: 3.4rem;
    }
    .mayi-text h3 {
        font-size: 2rem;
    }
    .mayi-text p img {
        margin-top: 10px;
    }
    .mayi-text p.grey {
        margin-top: 15px;
    }
    .triangle {
        min-height: 380px;
    }
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone6 Plus */
    .chart {		
		width: 100%;
		height:360px;
	}
    .mayi-text h1 {
        margin-top: 15px;
        font-size: 5.5rem;
    }
    .mayi-text h2 {
        font-size: 3.9rem;
    }
    .mayi-text h3 {
        font-size: 2.2rem;
    }
    .mayi-text p img {
        margin-top: 10px;
    }
    .mayi-text p.grey {
        margin-top: 15px;
    }
    .triangle {
        min-height: 468px;
    }
    .report-group strong {
        font-size: 1.6rem;
    }
}
