* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    background: #fff;
}

#ul1 {
    position: fixed;
    left: 220px;
    top: 168px;
}

#ul1 li {
    position: relative;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
}

#ul1 li span {
    position: absolute;
    left: -30px;
    top: 12px;
    width: 12px;
    height: 12px;
    border: 2px solid #c8c8c8;
    background: #c8c8c8;
    margin-right: 30px;
    border-radius: 50%;
}

#ul1 li.active {
    font-size: 20px;
}

#ul1 li.active span {
    border: 2px solid #c8c8c8;
    background: #fff;
}

.clear {
    overflow: hidden;
}

#ol1 {
    margin-top: 130px;
}

#ol1>li {
    border-bottom: 1px solid #c5c6c7;
}

#size {
    padding: 20px 0;
}

#size #sizeImg img {
    display: none;
}

#size #sizeImg img.active {
    display: block;
}

#size p {
    margin-top: 48px;
    line-height: 30px;
    font-size: 18px;
    color: #575257;
}

#size dl {
    float: left;
    text-align: center;
    padding: 0 18px;
    margin-top: 64px;
    cursor: pointer;
}

#size dl dt {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: inset 0 3px 0 0 #fff, inset 3px 0 0 0 #fff, inset 0 0 3px 0 #fff, inset 0 0 0 3px #fff;
}

#size dl dt.active {
    border-color: #9e9e9e;
}

#size dl dt.rose {
    background: #e99eab;
}

#size dl dt.white {
    background: #eeeeee;
}

#size dl dt.black {
    background: #1a1a1a;
}

#size dl dd {
    margin-top: 24px;
    font-size: 18px;
}

#lens {
    background: url(../images/parameter/lens.png) no-repeat 80% 100%;
    height: 424px;
}

#lens dl {
    width: 100%;
    margin-top: 42px;
}

#lens dl dt {
    color: #575257;
    font-size: 40px;
    height: 58px;
    line-height: 58px;
}

#lens dl dd {
    color: #575257;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

#screen {
    background: url(../images/parameter/screen.png) no-repeat 78% 170px;
    height: 514px;
}

#screen dl {
    width: 100%;
    margin-top: 42px;
}

#screen dl dt {
    color: #575257;
    font-size: 40px;
    height: 58px;
    line-height: 58px;
}

#screen dl dd {
    color: #575257;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

#cpuSensor {
    padding: 0 0 54px 0;
}

#cpuSensor dl {
    width: 100%;
    margin-top: 42px;
}

#cpuSensor dl dt {
    color: #575257;
    font-size: 40px;
    height: 58px;
}

#cpuSensor dl dd {
    color: #575257;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

#camera {
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 58px;
}

#camera .title {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}

#camera .tr {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#camera .td {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#camera dl {
    width: 100%;
}

#camera dl dt {
    color: #575257;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
}

#camera span {
    float: left;
    margin-right: 35px;
    width: 110px;
    height: 110px;
    border: 2px solid #00b5eb;
    border-radius: 15px;
    color: #00b5eb;
    text-align: center;
}

#camera span.blue {
    border-color: #00b5eb;
    color: #00b5eb;
    background: #f1f7fa;
}

#camera span.green {
    border-color: #3eaf70;
    color: #3eaf70;
    background: #edf4ee;
}

#camera span.pink {
    border-color: #e6609a;
    color: #e6609a;
    background: #fff6f9;
}

#camera span.orange {
    border-color: #f6c28d;
    color: #f6c28d;
    background: #faf3ee;
}

#camera span strong {
    display: block;
    margin-top: 30px;
    font-weight: bold;
    font-size: 28px;
}

#camera span p {
    display: block;
    font-size: 16px;
}

#camera span em {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-style: normal;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

#camera h4 {
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    font-weight: normal;
    color: #797579;
}

#camera table {
    border-bottom: 1px solid #d8d9d9;
}

#camera table th {
    height: 64px;
    border-top: 1px solid #d8d9d9;
    color: #595757;
}

#camera table td {
    height: 64px;
    border-top: 1px solid #d8d9d9;
}

#camera table .title {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}

#audio {
    padding: 0 0 54px 0;
}

#audio dl {
    width: 100%;
    margin-top: 42px;
}

#audio dl dt {
    color: #575257;
    font-size: 40px;
    height: 58px;
}

#audio dl dd {
    color: #575257;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

#IQ dl {
    width: 100%;
    margin-top: 42px;
}

#IQ dl dt {
    color: #575257;
    font-size: 40px;
    height: 58px;
}

#IQ dl dd {
    color: #575257;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

#IQ h4 {
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    font-weight: normal;
    color: #797579;
}

#IQ .title {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}

#IQ .tr {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#IQ .td {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#storage dl {
    width: 100%;
    margin-top: 42px;
}

#storage dl dt {
    color: #575257;
    font-size: 40px;
    height: 58px;
}

#storage dl dd {
    color: #575257;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

#storage h4 {
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    font-weight: normal;
    color: #797579;
}

#storage .title {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}

#storage .tr {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#storage .td {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#microSD {
    padding-bottom: 52px;
}

#microSD dl {
    width: 100%;
    margin-top: 34px;
}

#microSD dl dt {
    color: #575257;
    font-size: 33px;
    height: 68px;
    line-height: 68px;
}

#microSD dl dd {
    color: #575257;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

#battery dl {
    width: 100%;
    margin-top: 34px;
}

#battery dl dt {
    color: #575257;
    font-size: 33px;
    height: 68px;
    line-height: 68px;
}

#battery dl dd {
    color: #575257;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

#battery .title {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}

#battery .tr {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#battery .td {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#package dl {
    width: 100%;
}

#package dl dt {
    color: #575257;
    font-size: 33px;
    height: 80px;
    line-height: 80px;
    margin-top: 30px;
}

#package dl dd {
    margin-bottom: 30px;
}

#parameter dl {
    width: 100%;
    margin-bottom: 40px;
}

#parameter dl dt {
    color: #575257;
    font-size: 33px;
    height: 145px;
    line-height: 145px;
    margin-bottom: 14px;
}

#parameter .title {
    font-size: 16px;
    font-weight: bold;
    color: #595757;
}

#parameter .tr {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#parameter .td {
    height: 64px;
    line-height: 64px;
    border-top: 1px solid #d8d9d9;
}

#bottom {
    position: relative;
    margin-top: 190px;
    height: 638px;
}

#bottom h2 {
    font-weight: normal;
    height: 145px;
    line-height: 145px;
    color: #171f27;
    margin-bottom: 100px;
    font-size: 26px;
}

#bottom h2 span {
    color: #ad9780;
}

#bottom strong {
    color: #ff4700;
    font-size: 34px;
}

#bottom strong em {
    font-style: normal;
    font-size: 24px;
}

#bottom a {
    display: block;
    width: 196px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    background: #ff2300;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

#bottom img {
    position: absolute;
    top: 180px;
    right: -160px;
}
