@charset "utf-8";

/*重置一些基本样式*/
@media (min-width: 320px){html{font-size: 42.6667px;} }
@media (min-width: 360px){html{font-size: 48px;} }
@media (min-width: 375px){html{font-size: 50px;} }
@media (min-width: 384px){html{font-size: 51.2px;} }
@media (min-width: 414px){html{font-size: 55.2px;} }
@media (min-width: 448px){html{font-size: 59.7333px;} }
@media (min-width: 480px){html{font-size: 48px;} }
@media (min-width: 512px){html{font-size: 68.2667px;} }
@media (min-width: 544px){html{font-size: 72.5333px;} }
@media (min-width: 576px){html{font-size: 76.8px;} }
@media (min-width: 608px){html{font-size: 81.0667px;} }
@media (min-width: 640px){html{font-size: 85.3333px;} }
@media (min-width: 750px){html{font-size: 100px;} }
html{
    font-size: 16px;
}
body {
    background-color: #f1f1f1;
    margin: 0px;
}
html{

    height: 100%;
}
html, body {

    /* height: 100%; */
    /* min-height: 100%; */
    min-width: 1300px;
    /* overflow-x: hidden; */
    overflow-y: auto;
}
body.lock {
    overflow: hidden;
}

ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    color: #333;
    text-decoration: none;
    color:inherit;
}

button,
input {
    outline: none;
}

/*登录页面*/
body{
    background: url(../images/login_bg.png) no-repeat;
    position: relative;
    /*min-height: 900px;*/
    /* padding-top: 90px; */
    
}

header {
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    /* position: fixed; */
}

.inner {
      width: 1200px;
      margin: 0 auto;
}

header .inner {
    display: flex;
    justify-content: space-between;
    line-height: 90px;
    font-size: 18px;
    color: #666;
}

header nav a {
    margin-left: 55px;
}

header .login-a {
    font-size: 24px;
}

header .logo-a{
    display: inline-block;
    margin-right: 20px;
    float: left;
    margin-top: 23px;
    width: 164px;
    height: 53px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
}


.container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-height: 600px;
}


form.login-form {
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    float: right;
    margin-top: 150px;
}

form.login-form .form-inner {width: 370px;margin: 20px auto;}

form.login-form input[type="text"], form.login-form input[type="password"]  {
    width: 370px;
    height: 45px;
    line-height: 45px;
    border: #ddd solid 1px;
    text-indent: 45px;
    border-radius: 5px;
}

form .form-item {
    margin-bottom: 20px;
    position: relative;
}

form a.forget {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
}

button.btn-block {
    width: 100%;
    height: 50px;
    border: none;
    background: #2c64b5;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

form .other {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: #666;
}

form h5 {
    font-size: 20px;
    text-align: center;
    color: #9e9a9a;
}

form span.login-type {
    /* color: #0c58e4; */
}
.form-link{
    color: #0c58e4;
}
.icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
}
form .icon-user{
    background: url(../images/user.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 15px;
}

form .icon-pwd{
    background: url(../images/pwd.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 15px;
}

footer {
    width: 100%;
    height: 100px;
    background: #f0f8ff;
    font-size: 18px;
    color: #666;
    position: absolute;
    bottom: 0px;
    left: 0;
}

footer nav a {
    /* margin-right: 80px; */
}

footer nav {
    margin: 20px 0;
    /* padding-top: 20px; */
    display: flex;
    justify-content: space-between;
}

footer .icp {
    text-align: center;
    font-size: 14px;
    color: #000;
}


/*找回密码*/
form.forget-form {
    width: 700px;
    height: auto;
    background: #fff;
    border-radius: 10px;
    margin: 100px auto;
    margin-top: 150px;
    /* padding: 30px 0; */
    overflow: hidden;
}

form.forget-form .form-inner {
    width: 650px;
    margin: 0 auto;
}

form .form-item label {
    display: inline-block;
    width: 120px;
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
    color: #666;
}
form .form-item label.require::before {content: '*';color: red;border: none;width: 10px;text-align: left;}

form .next {
    width: 365px;
    padding-left: 145px;
}
form.forget-form input {
    width: 200px;
    height: 35px;
    line-height: 35px;
    border: #ddd solid 1px;
    text-indent: 10px;
    border-radius: 2px;
}

form.forget-form input.code-input {
    width: 100px;
}

#safequestion {
    width: 200px;
    background-color: transparent;
}

form.forget-form input[type="radio"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

form span.tip {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    max-width: 420px;
}

form span.fresh-code {
    font-size: 14px;
    margin-left: 20px;
}

span.fresh-code img {
    width: 65px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
}



/*注册*/
.regist-tip {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -30px;
}

/*radio样式美化*/
.radio-box {
    position: relative;
    display: inline-block;
    margin-right: 12px;
}

.radio-box input {
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    /* 前面三行代码是为了让radio单选按钮与文字对齐 */
    width: 20px;
    height: 20px;
    appearance: none;/*清楚默认样式*/
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
    /* 注意不能设置为display:none*/
}

.radio-box label {
    position: absolute;
    left: 0;
    top: 0;
    /* z-index: -1; */
    /*注意层级关系，如果不把label层级设为最低，会遮挡住input而不能单选*/
    width: 20px;
    height: 20px;
    /* border: 1px solid #3582E9; */
    border-radius: 100%;
}

.radio-box input:checked+label {
    background: #3582E9;
    width: 15px;
    height: 15px;
    padding: 0;
    background: none;
}

.radio-box input:checked+label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    width: 10px;
    height: 10px;
    /* border-right: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
    /* transform: rotate(45deg); */
    background: #2c64b5;
    border-radius: 20px;
}


/*select 样式美化*/
form select{
    border: #ddd solid 1px;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

form select.beautify {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: whitesmoke;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    padding-right: 50px !important;
}




form .form-item label::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    /* background: #4a4747; */
    font-size: 18px;
    text-align: right;
    color: #666;
    border: #666 solid 1px;
    background: no-repeat;
    border-radius: 20px;
}

.radio-box label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: red;

}

.radio-box input:checked+label::before {
    border: #2c64b5 solid 2px;
    width: 14px;
    height: 14px;
}

/*checkbox样式美化*/

.GVRP {
    width: 650px;
    margin: 0 auto;
    padding-left: 145px;
    margin-bottom: 20px;
    color: #333;
}
.GVRP a {
    color: #2c64b5;
}

input#agree {
    width: 20px;
    height: 20px;
}



.GVRP .radio-box label:before {
    background: #fff;
    border: #ddd solid 1px;
    width: 14px;
    height: 14px;
}

.GVRP .radio-box input:checked+label::after {
    /* background: red; */
    border-radius: 0px;
    background: no-repeat;
    border: #2c64b5 solid 3px;
    border-left: none;
    border-top: none;
    width: 6px;
    transform: rotate(45deg);
    top: 2px;
    left: 5px;
}

.GVRP .radio-box input:checked+label::before {
    border: #ddd solid 1px;
    width: 15px;
    height: 15px;
}



/*会员中心*/

/*左侧菜单*/

.left-side {
    width: 220px;
    float: left;
    min-height: 550px;
    background: #fff;
    padding-top: 20px;
    margin-bottom: 100px;
}

.left-side .tab {
    height: 60px;
    line-height: 60px;
    padding-left: 50px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.left-side .tab.active {
    background: #f4f4f4;
}


/*右侧主体*/
.main.content {
    width: 910px;

    float: right;
    background: #fff;
    padding: 30px;
    display: none;
}
.main.content.active{
    display: block;
    margin-bottom: 100px;
}
.main.content h5 {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: normal;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

ul.article-list h6 {
    margin: 0;
    font-size: 16px;
    margin-top: 20px;
    position: relative;
}
ul.article-list h6 span.time-text {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

ul.article-list li {
    border-top: #ddd solid 1px;
    /* margin-bottom: 10px; */
}

ul.article-list li p {
    font-size: 16px;
    color: #666;
    text-indent: 32px;
    line-height: 1.8;
}

ul.article-list h6 .time {
    position: absolute;
    right: 0px;
    top: -5px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
ul.article-list h6 .time span.icon.icon-time {
    background: url(../images/calendar.png) no-repeat;
    background-size: contain;
    left: -20px;
    top: 2px;
}

ul.article-list h6 span.icon.icon-delete {
    background: url(../images/delete.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 0px;
    top: -5px;
    cursor: pointer;
}

.main.content h5 .filter {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: #2196F3;
}

.main.content h5 .filter a:last-child {
    margin-left: 20px;
    color: #333;
}


/*信息页面*/

.page-tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* background: red; */
    display: flex;
    justify-items: flex-start;
    border-bottom: #ddd solid 1px;
}

.page-tab .item {
    margin-right: 20px;
    position: relative;
    color: #999;
    cursor: pointer;
}

.page-tab .item.active {
    color: #333;
}

.page-tab .item.active::after {content: '';display: block;width: 100%;height: 2px;background: #333;position: absolute;left: 0px;bottom: 0px;}

.page-projects form.send-message input {
    width: 725px;
    height: 35px;
    line-height: 35px;
    border: #ddd solid 1px;
    border-radius: 5px;
    text-indent: 10px;
}

.page-projects form.send-message input.code-input{
    width: 100px;
}

article.message {
    margin-top: 10px;
    margin-left: 20px;
}

article.message p {
    font-size: 16px;
    color: #333;
}

article.message p span {
    color: #666;
}

/*article.message p span.block {*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*}*/

article.message .back {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 105px;
    padding: 4px 13px;
    font-size: 14px;
    color: #666;
    border: #ddd solid 1px;
    border-radius: 2px;
}

span.label.block {
    display: block;
    margin-bottom: 10px;
}

article.message .back {
    text-align: right;
}
.page-projects .item {
    display: none;
}

.page-projects .item.active{
    display: block;
}




/*资料页*/
.page-projects.setting input,select {
    width: 300px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: #ddd solid 1px;
    background: #f5f5f5;
    text-indent: 10px;
}
.page-projects form .form-item {
    margin-bottom: 20px;
}

.page-projects form .radio-box input {
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
}

form .btn-group {
    display: flex;
    justify-content: flex-start;
}
.page-projects form .btn-group {
    position: absolute;
    margin-top: 10px;
    padding-left: 150px;
}

form .btn-group button {
    margin-right: 15px;
}

button.btn-inline {
    padding: 7px 20px;
    background: #3067b7;
    border: none;
    color: #fff;
    border-radius: 4px;
}

button.reset {
    background: #c7c6c6;
}


.upload-bg {
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    text-align: center;
}

.upload-bg span {
    font-size: 38px;
    height: 40px;
    line-height: 40px;
}

.upload-bg {
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    text-align: center;
    border: #ddd solid 1px;
    border-radius: 5px;
    color: #888282;
    position: relative;
    margin-left: 140px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.upload-bg input {
    width: 100px !important;
    height: 100px !important;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.page-projects form {
    margin: 60px 0px;
}

body.personal{
    background: url(../images/article_bg.png) no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
    background-position-y: 90px;

}
body.personal .container {
    margin-top: 200px;
    margin-bottom: 50px;
    /* min-height: auto; */
}
/*body.personal footer {*/
/*    position: relative;*/
/*}*/
body.personal header {
    background: #fff;
}
.form-item span.des {
    font-size: 14px;
    color: #666;
}
form span.user {
    color: #333;
}

form.send-message button {
    margin-left: 145px;
    margin-top: 50px;
}


.pagination span.current {
    color: #b81c22;
    border: 1px solid #b81c22;
}

.pagination  span {
    border: none;
    color: #333;
}
footer nav {
    width: 1000px;
    margin: 20px auto;
}
body,html {
    min-height: 700px;
}

/*底部修改*/
 .cy_footer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    clear:both;
    /* background: #fff; */
}
.cy_footer_logo {
    margin-top: 20px;
    display: inline-block;
    width: 15%;
}
.cy_footer_logo img {
    width: 100%;
}
.cy_footer_nav {
    margin-top: 25px;
    display: block;
}
.cy_footer_nav ul li:nth-child(1) {
    border-left: none;
}
.cy_footer_nav ul li {
    display: inline-block;
    width: 10%;
    border-left: 1px solid #dedede;
    text-align: center;
    height: 45px;
    line-height: 50px;
}
.cy_footer_nav ul li a {
    font-size: 15px;
    color: #000;
    font-family:"microsoft yahei";
    text-decoration: none;
}
.cy_footer1 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    height: 35px;
    background: #eef8ff;
    line-height: 35px;
    text-align: center;
}

footer {
    background: #fff;
    height: auto;
}

.container.login {
    min-height: 550px;
}

/*会员中心foot*/
footer p {
    margin-top: 0px;
}

footer .cy_footer_nav {
    margin-top: 0px;
}