html {
    border: 0;
}

body,
ul,
li,
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

* {
    outline: none;
}

a {
    border: 0;
}

body {
    border: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    font-family: "微软雅黑";
    position: fixed;
}

input {
    border: 0;
}

img {
    display: block;
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

body,
html {
    width: 100%;
    height: 100%;
}

div {
    margin: 0 auto;
}

body {
    background: url(../../img/custom/personalBg.png) no-repeat center;
    background-size: 100% 100%;
}

.personalTaxInfoTitle {
    width: 1140px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 3%;
}

.loginBg {
    width: 1140px;
}

.loginLeft,
.loginRight {
    width: 188px;
    height: 325px;
    float: left;
}

.loginRight {
    float: right;
}

.loginCenter {
    width: 764px;
    float: left;
}

.loginCenter li {
    width: 235px;
    height: 152px;
    float: left;
    margin-left: 15px;
    margin-bottom: 19px;
}

#serviceBox {
    /*padding:2.9% 0 0px 0 ;*/
    height: 70%;
    background: url(../img/loginsuccessbg.png) no-repeat;
    /*box-sizing:border-box;*/
    position: relative;
}

.serviceIntroducebox,
.downLineTrainningbox,
.uplineStudybox,
.policySearchbox,
.uplineAnswerQuestionbox,
.simulationCalculationbox,
.upLineTestbox,
.serviceGidebox {
    width: 100%;
    height: 100%;
    display: block;
}

.upLineTestbox {
    background: url(../../img/custom/upLineTest.png) no-repeat;
}

.serviceIntroducebox {
    background: url(../../img/custom/serviceIntroduce.png) no-repeat;
}

.downLineTrainningbox {
    background: url(../../img/custom/downLineTrainning.png) no-repeat;
}

.uplineStudybox {
    background: url(../../img/custom/uplineStudy.png) no-repeat;
}

.policySearchbox {
    background: url(../../img/custom/policySearch.png) no-repeat;
}

.uplineAnswerQuestionbox {
    background: url(../../img/custom/uplineAnswerQuestion.png) no-repeat;
}

.simulationCalculationbox {
    background: url(../../img/custom/simulationCalculation.png) no-repeat;
}

.serviceGidebox {
    background: url(../../img/custom/serviceGide.png) no-repeat;
}

#data_center {
    color: #fff;
    float: right;
    font-size: 18px;
    line-height: 62px;
    font-weight: normal;
}

#data_center span {
    margin-right: 5px;
}

.iconfont {
    font-size: 18px;
}

#data_center b{
    font-weight: normal;
}
/*5-28  登录页及首页的相应0*/

@media screen and (max-width:768px) {
    * {
        box-sizing: border-box;
    }
    #serviceBox ul {
        width: 100%;
        overflow-y: scroll;
    }
    #serviceBox ul li {
        width: 40%;
        box-sizing: border-box;
        margin-left: 7%;
    }
    .personalTaxInfoTitle {
        width: 100%;
    }
    .personalTaxInfoTitle h3 {
        font-size: 20px;
        padding: 4vh 0 20px 0;
    }
    .loginBg {
        width: 100%;
        padding: 0 20px;
    }
    .loginLeft,
    .loginRight {
        width: 50%;
        height: 18vh;
    }
    .loginCenter {
        width: 100%;
    }
    .loginBg {
        position: relative;
    }
    .serviceIntroducebox {
        background: url(../../img/custom/serviceIntroduceyidong.png) no-repeat;
    }
    .serviceGidebox {
        background: url(../../img/custom/serviceGideyidong.png) no-repeat;
    }
    .loginRight {
        position: relative;
        right: 0;
        top: -72vh;
    }
    .loginCenter ul {
        width: 100%;
    }
    .loginCenter ul li {
        width: 50%;
        margin: 0;
        height: 18vh;
    }
    .loginCenter ul li a {
        background-size: 92% 91%;
    }
    .serviceIntroducebox,
    .downLineTrainningbox,
    .uplineStudybox,
    .policySearchbox,
    .uplineAnswerQuestionbox,
    .simulationCalculationbox,
    .upLineTestbox,
    .serviceGidebox {
        padding: 15px;
        background-size: 92% 91%;
        background-position: center;
        border-radius: 25px;
    }
    .personalTaxInfoTitle {
        margin-top: 1vh;
        margin-bottom: 2vh;
    }
    #data_center {
        position: fixed;
        top: 5vh;
        right: 20px;
        line-height: 26px;
    }
    #data_center b {
        display: none;
    }
}