﻿@charset "utf-8";


* {
    font-family:  "Microsoft YaHei", sans-serif;
    word-spacing: 0px;
    letter-spacing: .02rem;
    /*font-size: 90%;*/
    margin: 0;
    padding: 0;
}

body {
    /*position: relative;*/
}



.clear {
    clear: both
}



header {
    background: #18b4ed;
    width: 100%;
    height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
}

header img {
    width: 3rem;
    height: 3rem;
    margin-top: 1rem;
    float: left;
    z-index: 999999999;
}

header span {
    line-height: 5rem;
    font-size: 2rem;
    color: #fff;
   
}


.clearfix:after {
    clear: both;
}

/* Header */
.htmleaf-header{
    padding: 1em 190px 1em;
    letter-spacing: -1px;
    text-align: center;
    background: #66677c;
}




/* icomoon */


@media screen and (max-width: 50em) {
    .htmleaf-header {
        padding: 3em 10% 4em;
    }
    .htmleaf-header h1 {
        font-size:2em;
    }
}


@media screen and (max-width: 40em) {
    .htmleaf-header h1 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {
        font-size:1.2em;
    }
}

@media screen and (min-width: 640px) {
     .htmleaf-header {
        padding: 3em 10% 4em;
    }
    .htmleaf-header h1 {
        font-size:2em;
    }
    .Max-width
    {
         width:640px;
         margin-left:auto;
         margin-right:auto;
         border:1px solid #eee;
    }
}




button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}



.button {
    float: left;
    height: 100%;
    display: inline-block;
    outline: 0 none;
    margin: 0;
    cursor: pointer;
    border: 0;
    width: 8rem;
    font-size: 2rem;
}


input[type=button]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=button]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

input[type=text]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=text]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

.blue .button {
    color: #fff;
    background: #18b4ed;
    height: 100%;

}
.info{
    margin-top: 4rem;
    border-top: solid 1px #ddd;
}

.info ul li .Title{width: 95%;float: left;position: relative;text-align:center;font-size: 1.4rem;color: #999}
.info ul li .Title span{font-size: 1.8rem;color: #999}

.info ul li{list-style-type: none;padding: 1.5rem 0 ;border-bottom: solid 1px #eee;width: 98%;margin: auto}
.info ul li .left{width: 25%;float: left;position: relative;text-align: right;font-size: 1.5rem;color: #999}
.info ul li .right{width: 72%;float: right;position: relative;text-align: left;font-size: 1.5rem}
.info ul li .right input{outline: none;border:0}
.btn-1{margin-top: 3rem;margin-bottom: 2rem;text-align: center}
.btn-1 button{width: 90%;outline: none;border: none;background: #18b4ed;color: #fff;height: 5rem;display: inline-block;border-radius: 0.4rem;font-size: 2rem}


@media screen and (max-width: 414px) and (min-width: 376px) {
    .mybonus li .left h3{
        color: #333;
        font-size: 1.8rem;
        max-width: 20em;
        white-space: nowrap;
        overflow: hidden;
    }
    .self-help .main,.invitation .main{
        display: inline-block;
        float: left;
        position: relative;
        left: 3rem;
    }
    .self-help .main h2,.invitation .main h2{
        font-size: 2.1rem;
        margin-top: 3.5rem;
        color: #242424;
    }
    .self-help .main p,.invitation .main p{
        font-size: 1.55rem;
        margin-top: 0.5rem;
        color: #999;
    }
    .self-help .main p a,.invitation .main p a{
        font-size: 1.55rem;
        color: #eb9e19;
    }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
    .self-help .main h2,.invitation .main h2{
        font-size: 1.8rem;
        margin-top: 3.5rem;
        color: #242424;
    }
    .self-help .main,.invitation .main{
        display: inline-block;
        float: left;
        position: relative;
        left: 3rem;
    }
    .mybonus li .left h3{
        color: #333;
        font-size: 1.8rem;
        max-width: 14em;
        white-space: nowrap;
        overflow: hidden;
    }
    .self-help .main p,.invitation .main p{
        font-size: 1.3rem;
        margin-top: 0.5rem;
        color: #999;
    }
    .self-help .main p a,.invitation .main p a{
        font-size: 1.3rem;
        color: #eb9e19;
    }
}
@media screen and (max-width: 320px){
    .self-help .main h2,.invitation .main h2{
        font-size: 1.8rem;
        margin-top: 2.5rem;
        color: #242424;
    }
    .self-help .main p,.invitation .main p{
        font-size: 1.3rem;
        margin-top: 0.5rem;
        color: #999;
    }
    .self-help .main p a,.invitation .main p a{
        font-size: 1.3rem;
        color: #eb9e19;
    }
}


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    border-top: 1px solid #888888;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #888888;
    background-color: #FFFFFF;
   
}

th,td 
{
    min-width:75px;

    padding: 1px 4px;
    border-top: none;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: none;
    vertical-align: middle;
    color: #999999;
    
}

td {
    background-color: #EFEFEF;
   
}

thead th,tfoot {
    color: #FFFFFF;
}

thead th,tfoot th {
    background-color: #18b4ed;
    
}

tfoot td {
    background-color: #ffff;
}

tbody th {
    background-color: #FFFFFF;
}

/* 第1行、左端的元素 */
tr:first-child th:first-child,
tr:first-child td:first-child {
    border-top-left-radius: 5px; /* 左上角的圆角*/
}

/*第1行、右端的元素 */
tr:first-child th:last-child,
tr:first-child td:last-child {
    border-top-right-radius: 5px; /* 右上角的圆角*/
}

.divTab span{
	color: #999999;
	font-size: 1.8rem;
	 font-weight:bold;
}

#checkresult
{
    	color: #999999;
         font-weight:normal;
        font-size: 1.6rem;
   /*     text-indent:2em*/
}

#suggest
{
    	color: #999999;
         font-weight:normal;
        font-size: 1.6rem;
        text-indent:2em
}

/* 不使用thead时的tbody > th（与thead > th采用相同样式。） */
table tbody:first-child th {
    background-color: #333333;
    color: #FFFFFF;
}

/*使用thead时的tbody的第1行、左端的元素*/
thead ~ tbody tr:first-child th:first-child,
thead ~ tbody tr:first-child td:first-child {
    border-top-left-radius: 0; /*每一个左上角*/
}

/*使用thead时的tbody的第1行、右端的元素*/
thead ~ tbody tr:first-child td:last-child {
    border-top-right-radius: 0; /*每一个右上角 */
}

/* tbody的最后1行、左端的元素*/
tbody tr:last-child th:first-child,
tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px; /* 左下角的圆角*/
}

/* tbody的最后1行、右端的元素*/
tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px; /* 右下角的圆角*/
}

/* ----- 使用tfoot时 ----- */

/* tbody的最后1行、左端的元素(不使用tfoot时tbody的样式) */
tfoot ~ tbody tr:last-child th:first-child,
tfoot ~ tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0; /* 每一个左下角*/
}

/* tbody的最后1行、右端的元素(不使用tfoot时tbody的样式)*/
tfoot ~ tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0; /* 每一个右下角 */
}

/* tfoot的最后1行、左端的元素*/
tfoot tr:last-child th:first-child,
tfoot tr:last-child td:first-child {
    border-top-left-radius: 0; /* 每一个左下角 */
    border-bottom-left-radius: 5px; /* 左下角的圆角 */
}

/* tfoot的最后1行、右端的元素 */
tfoot tr:last-child td:last-child{
    border-top-right-radius: 0; /* 每一个右上角 */
    border-bottom-right-radius: 5px; /* 右下角的圆角 */
}

