* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.corner {
    width: 100%;
    height: auto;
}

.logo {
    height: 70px;
}

.logo img {
    width: auto;
    height: 30px;
    margin-top: 10px;
}

.content {
    width: 100%;
    height: 600px;
    background: url(../img/download.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.content-right {
    width: 428px;
    height: 450px;
    background-color: rgba(255, 255, 255, .8);
    padding: 28px 26px;
}

.content-right-list {
    display: flex;
}

.content-right-list li {
    font-size: 18px;
    width: 50%;
    text-align: center;
    border: 1px solid #eef2f5;
    color: #333;
    padding: 10px 0;
    cursor: pointer;
}

.content-right-list .active {
    background-color: #eef2f5;
}


/*.content-right-list .username,.password{
    border-bottom: 1px solid #ccc;
    
}*/

.mod .username,
.password,
.phoneNumber {
    display: flex;
    font-size: 16px;
    margin: 20px 0;
    line-height: 44px;
    border-bottom:1px solid white;
}

.mod #username,
#password,
#phoneNumber {
    width: 100%;
    border: 0px;
    background: 0;
    margin-left: 20px;
    outline: none;
}

.mod .login_button {
    width: 100%;
    height: 50px;
    background-color: #00c2c9;
    font-size: 19px;
    color: #fff;
    margin: 10px 0;
}

.mod .password-btn {
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #FFF;
    background-color: #5ecd99;
    font-size: 18px;
}

.headeryl .search_box {
    position: absolute;
    top: 0;
    width: 146px;
    height: 30px;
    background: #ececec;
    border-radius: 34px;
    padding: 0 10px 0 15px;
    margin-top: 18px;
    right: 268px;
}

.headeryl .search_box input[type="text"] {
    width: 117px;
}


/* 下拉 */

.bdsug {
    top: 33px;
    height: auto;
    display: block;
    left: 0;
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    width: 169px;
    background: #fff;
    border: 1px solid #ececec;
    _overflow: hidden;
    box-shadow: 1px 1px 3px #ededed;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    -moz-box-shadow: 1px 1px 3px #ededed;
    -o-box-shadow: 1px 1px 3px #ededed;
}

.bdsug li {
    width: 146px;
    color: #666;
    font: 13px arial;
    line-height: 28px;
    padding: 0;
    position: relative;
    cursor: default;
    border-bottom: 1px solid #ececec;
    margin: 0 14px;
    height: 28px;
    overflow: hidden;
}

.bdsug li:hover {
    color: #000;
}

.bdsug li:last-child {
    border-bottom: 0;
}

.bdsug li em {
    font-weight: bold;
    font-style: normal;
    color: #000;
}

.bdsug li a {
    display: block;
}

.main_content {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.catalog03 li {
    position: relative;
}

.height15 {
    clear: both;
    height: 15px;
    line-height: 15px;
    font-size: 1px;
}

.catalog05 p {
    float: left;
    width: 196px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}

a.link05 {
    color: #fff;
}

.catalog05 span {
    display: block;
    float: right;
    text-align: right;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    line-height: 36px;
    overflow: hidden;
}

.catalog03 li span {
    position: absolute;
    left: 0px;
    top: 85px;
    width: 168px;
    height: 26px;
    background: #000;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    overflow: hidden;
}


/*pagestyle*/

.pageStyle {
    clear: both;
    padding: 35px 20px 45px;
    text-align: center;
    color: #b5b5b5;
}

.pageStyle p {
    display: inline;
}

.pageStyle p a {
    border: #dadada 1px solid;
    background: #fff;
    padding: 10px 18px;
    *padding: 10px 18px 12px;
    line-height: 22px;
    color: #666;
    margin-right: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.pageStyle p a:hover,
.pageStyle p a:active {
    border: #ec1a6c 1px solid;
    color: #fff;
    background: #ec1a6c;
}

.pageStyle span.current {
    border: #ec1a6c 1px solid;
    padding: 8px 18px 9px;
    *padding: 8px 18px 11px;
    line-height: 22px;
    color: #fff;
    margin-right: 10px;
    background-color: #ec1a6c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.pageStyle a.page_pre,
.pageStyle a.page_next {
    padding: 9px 18px;
    line-height: 22px;
    color: #666;
    font-size: 14px;
    border: #dadada 1px solid;
    margin-right: 10px;
    overflow: hidden;
}

.pageStyle a:hover {
    color: #ca0000;
}

.detail .pageStyle p a {
    padding: 6px 13px;
    *padding: 6px 13px 8px;
}

#pageStyle span a {
    padding: 9px 18px;
    line-height: 22px;
    color: #666;
    font-size: 14px;
    border: #dadada 1px solid;
    margin-right: 10px;
    overflow: hidden;
}

#pageStyle span a.now {
    background: #f97d63;
    color: #fff;
}

.detail .pageStyle span.current {
    padding: 4px 12px 5px;
    *padding: 4px 12px 7px;
}

.detail .pageStyle a.page_pre,
.detail .pageStyle a.page_next {
    padding: 5px 12px;
}
