.online_form select {
    padding: 7px 0 7px 13px !important;
}

.apply_btn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(254, 105, 2, 100);
    font-size: 15px;
    text-align: center;
    font-family: Roboto;
    border: 1px solid rgba(254, 105, 2, 100);
}

.clearfix .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 15px;
}

.clearfix .bottom p {
    font-size: 18px;
    color: #101010;
}

.d_p_intro img {
    width: 245px;
    height: 135px;
    max-width: 245px;
    max-height: 135px;
}

.r_main {
    margin-bottom: 10px !important;
}

a.more {
    text-align: right;
    float: right;
    color: #b3b3b3;
    font-size: 1.3rem;
}

.r_main .c_question li {
    color: #000000;
    height: auto;
}

.search_list li {
    padding: 45px 0;
    display: flex;
    justify-content: center;
}

.donation_search li {
    margin: 0;
}

.donation_search input {
    color: #888888 !important;
}

.donation_search input {
    border-radius: 5px 0 0 5px;
}

.donation_search button {
    border-radius: 0px 5px 5px 0;
}

.donation_search input {
    width: 500px;
    height: auto;
}

.button {
    background-color: #FE720C !important;
    color: #ffffff !important;
    border-radius: 3px !important;
}

a.cancle_btn {
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    border-radius: 5px;
    background: #ffffff;
    color: #FE720C;
    border: 1px solid #FE720C;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.flex_one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_two {
    display: flex;
    justify-content: center;
}
.flex_three {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex_fore {
    display: flex;
    justify-content: space-between;
}
.flex_five {
    display: flex;
    align-items: center;
}
.public ul.list li {
    border-bottom: 1px solid #e8e8e8;
    line-height: 5rem;
    height: 5rem;
}

.public ul.list li a {
    display: flex;
    justify-content: space-between;
}

.public ul.list li a div {
    display: flex;
    align-items: center;
}

.public ul.list li a div p {
    margin-left: 1rem;
    font-size: 16px;
    color: #333333;
}

.public ul.list li a div img {
    width: 2rem;
    height: 2rem;
}

.public ul.list li a p {
    font-size: 14px;
    color: #999999;
}

/* 资助学生 */
.help_students .main .title em {
    font-size: 16px;
    width: 90px;
}

.help_students .main .title a {
    font-size: 14px;
    color: #999999;
}

.help_students .index_news h4 {
    height: 20px;
    line-height: 20px;
    padding: 10px 0 20px;
}

.help_students .index_news p {
    height: 67px;
    line-height: 32px;
}

.help_students .index_news span {
    margin-top: 5px;
}

.help_students .d_p_intro img {
    height: 160px;
    max-height: 160px;
}

.help_students .gift {
    width: 340px;
    padding: 0;
}

.help_students ul.gift li {
    height: 40px;
    border: 0;
}

.help_students ul.gift li p {
    font-size: 14px;
    color: #666666;
    width: 115px;
}

.help_students ul.gift li span {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    width: 60px;
}

.help_students .gift li .user h4 {
    font-size: 14px;
    font-weight: normal;
}

.help_students .question p {
    font-size: 14px;
    color: #808080;
    margin: 10px 0 20px;
}

.main .title .help {
    float: none;
}

.main .title .help em {
    width: 90px;
    font-size: 16px;
}

.r_main li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 35px;
}

.user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 124px;
}

.user .nickname {
    font-weight: bold;
}

.user img.avatar {
    border-radius: 50%;
    margin-right: .5rem;
}

.time {
    font-weight: bold;
    color: #a7a7a7;
}

.list li {
    height: 3rem;
}

.user i {
    display: inline-block;
    font-size: 10px;
    color: #FD8225;
    vertical-align: bottom;
    line-height: 15px;
}


/* 分页按钮 */
.page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-bottom: 60px;
    width: 100%;
}

.page a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 5px;
    font-size: 1rem;
    margin-right: .8rem;
    cursor: pointer;
}

.page a:hover {
    color: #FE720C;
    background-color: transparent;
    border: 1px solid #fe720c;
}

.page a.right {
    margin-right: 0;
}

.page .disable {
    color: #dadada;
}

.page a.on {
    color: #FE720C;
    background-color: transparent;
    border: 1px solid #fe720c;
}

.page ul {
    display: flex;
}

/* 项目公告 */
.project_notice ul.list li {
    border-bottom: 1px solid #e8e8e8;
    line-height: 5rem;
    height: 5rem;
    font-size: 17px;
}

.project_notice ul.list li .time {
    color: #b3b3b3;
}


/* 公益项目 */
.new_project .cancle_mark{
    width: 77px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(254, 114, 12, 100);
    font-size: 13px;
    text-align: center;
    border: 1px solid rgba(254, 114, 12, 100);
}

.free .new_project li {
    padding: 12px 9px 25px 9px;
}

.free .new_project li h4 {
    line-height: 48px;
}

.free .new_project .list {
    padding: 0;
}

.free .new_project li a.btn {
    width: 135px;
    height: 45px;
    line-height: 45px;
    background-color: #fe720c;
    color: #fff;
    border-radius: 5px;
    float: right;
    font-size: 15px;
    text-align: center;
}

.free .new_project .list p:nth-child(2) {
    text-align: left;
}

.free .index_product p b:nth-of-type(odd) {
    color: #fe6902;
}

.free .tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free .tabs .donation_search ul {
    padding: 0;
}

.free .tabs .donation_search input {
    width: 350px;
}

.free .tabs .wrapper {
    width: auto;
    margin: 0;
    margin-bottom: 2rem;
}

/* 我要求助 */

.help_list .flex.bottom {
    justify-content: space-between;
    margin-bottom: 8px;
}

.help_list .flex.bottom .button {
    margin: 0;
    width: 100px;
    height: 24px;
    line-height: 24px;
}

.wrapper .help {
    margin-top: 100px;
}

.help .upload a {
    display: block;
    position: relative;
    overflow: hidden;
}

.help .upload input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
}


/* 弹窗 */
.pop_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop_box::after {
    display: none;
}

.pop_box label {
    font-size: 14px;
}

.pay_box .tips {
    text-align: center;
    margin-top: 41px;
    color: #adadad;
    margin-bottom: 65px;
}

/* 求助详情 */
.help_type li {
    display: flex;
    height: 40px;
}

.help_type li p {
    color: #000000;
}


/* 登录 */
.login_main.disable {
    display: none;
}

.login_main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 930px;
    background: url('../images/girl.png') no-repeat;
}

.login_main .login_left {
    width: 740px;
    height: 600px;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0 0 10px;
}

.login_main .login_right {
    width: 500px;
    height: 600px;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 0 10px 10px 0;
}

.login_main .login_right .qq_login {
    width: 50px;
    height: 50px;
    line-height: 20px;
    border-radius: 10px;
    background-color: rgba(18, 183, 245, 100);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 100);
    display: flex;
    align-items: center;
    justify-content: center;
}

.youth {
    display: block;
    width: 574px;
    height: 247px;
    font-size: 16px;
    color: #333333;
    text-indent: 2rem;
    line-height: 35px;
}

.psw_login .right_top {
    margin-top: 67px;
}

.right_top {
    color: #333333;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

.right_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 285px;
    margin-top: 40px;
}

.right_center div {
    width: 357px;
    display: flex;
    justify-content: flex-end;
}

.right_center div a {
    font-size: 14px;
    color: #333333;
    margin-left: 30px;
}

.right_center input {
    width: 350px;
    height: 45px;
    border-radius: 5px;
    color: #333333;
    border: 1px solid #EAEAEA;
    padding-left: 8px;
}

.right_center input::placeholder {
    font-size: 16px;
}

.right_center a.button {
    width: 357px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
}

.right_bottom .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.right_bottom .top p {
    color: #999999;
    margin: 0 15px;
    font-size: 16px;
}

.right_bottom .top div {
    width: 100px;
    height: 1px;
    background: #999999c4;
}

.right_bottom .bottom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.right_center div .getcode {
    position: absolute;
    color: #fe720c;
    width: 100px;
    height: 35px;
    display: block;
    font-size: 14px;
    border: 1px solid #fe720c;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    transform: translate(-.4rem, .4rem);
    margin-left: 0;
}

.backlogin p {
    display: block;
    font-size: 16px;
    color: #fe6902;
    text-align: left;
    height: 24px;
    line-height: 24px;
    background: url('../images/pc.svg') no-repeat center right;
    background-position-y: 3px;
    width: 90px;
}

.backlogin {
    display: flex;
    width: 94%;
    justify-content: flex-end;
    margin-top: 23px;
}

/* 咨询文章 */
ul li.ask {
    display: flex;
}

.cancle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.cancle span {
    margin-top: 0 !important;
}

/* 用户中心-公益项目 */
.free_project .end_time a {
    border-radius: 5px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
}

.free_project .end_time a:hover {
    background: #fe6902 !important;
}

.free_project li .clearfix p b:nth-of-type(odd) {
    color: #fe6902;
}

.free_project li {
    width: 375px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.free_project li a h4 {
    width: 165px;
    height: 25px;
    line-height: 25px;
}

.free_project .free_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 355px;
    margin-top: 10px;
}

.free_title .free_btn {
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #fe720c;
    border-radius: 5px;
    color: #fe720c;
}

.free_project .img {
    max-width: 355px;
    max-height: 200px;
    padding-top: 5px;
}

.free_project .progress {
    width: 355px;
}

.free_project .clearfix {
    padding: 10px 0;
    padding-top: 0;
}

.free_project .end_time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 355px;
    padding-bottom: 20px;
}

.end_time p {
    color: #808080;
    font-size: 13px;
    display: block;
    width: 232px;
}

.end_time a {
    width: 120px !important;
    height: 35px;
    float: none !important;
    background: #fe720c !important;
}

.index_product .free_project li {
    margin-right: 54px;
}

/* 资助标准 */
.rule_top {
    width: 340px;
    height: 190px;
}

.rule_top b {
    font-size: 18px;
    height: 34px;
    line-height: 34px;
}

.rule_top p {
    text-indent: 0px !important;
    font-size: 18px;
    line-height: 34px;
}

.rule_bottom {
    width: 847px;
    height: 229px;
}

.rule_bottom p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 34px;
}

/* 关于我们 */
.about .article .title {
    font-size: 35px;
    color: #101010;
    text-align: center;
    margin-bottom: 30px;
    border: 0;
    line-height: 49px;
}

.about .article .content {
    width: 1240px;
}

.about .article .content p {
    color: #333333;
    line-height: 34px;
    font-size: 16px;
    text-indent: 2em;
    margin-bottom: 8px;
}

.about .article .bottom {
    color: #333333;
    line-height: 38px;
    font-size: 16px;
    margin-top: 50px;
}

/* 用户中心-捐赠记录 */
.donation .search_list h2 {
    margin-bottom: 30px;
}

.donation .search_list li {
    display: block;
    margin-bottom: 40px;
    border: 1px #F2F2F2 solid;
    padding: 0 0 45px 25px;
    overflow: hidden;
}

.donation .search_list .record {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.donation .search_list .record div.left {
    display: flex;
    justify-content: space-around;
    min-width: 324px;
}

.donation .search_list .record div {
    display: flex;
    font-size: 16px;
    color: #333333;
}

.donation .search_list .record div p {
    color: #fe720c;
    font-size: 18px;
}

.donation .search_list .record div.right {
    width: 190px;
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;
}

.donation .search_list .record div.right .date {
    width: 190px;
    text-align: left;
    font-size: 13px;
    line-height: 30px;
    color: #000000;
    border: 1px solid #dddddd;
    background: url(../images/date.png) no-repeat center right;
    border-radius: 4px;
    background-position-x: 166px;
    padding-left: 10px;
}


/* 完善资料 */
.data .help {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.data .help ul {
    width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.data .help .clearfix label {
    width: 64px;
    text-align: left;
}

.data .help .clearfix .must {
    display: flex;
}

.data .help .clearfix .must p {
    padding-left: 7px;
    color: #fe720c;
}

.data .help .clearfix input {
    width: 421px;
}

.data .help button {
    margin: 35px 77px 0 0;
}

.data .help .upload {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 498px;
}

.data .help .upload a {
    background: #ffffff;
    border: 1px solid #fe720c;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #fe720c;
}

.data .help .upload .avatar {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 5px;
    margin-right: 100px;
}

/* 修改密码 */
.reset_psw .help {
    padding-bottom: 100px;
}

/* 捐赠证书 */
.proof .index_product li {
    width: 375px;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    margin-right: 54px;
}

.proof .index_product li div img {
    width: 354px;
    height: auto;
}

.proof .proof_center {
    width: 354px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.proof .proof_center h4 {
    line-height: normal;
}

.proof .proof_center p {
    font-size: 13px;
    color: #999999;
}

.proof .proof_center .money {
    font-size: 18px;
    color: #fe6902;
}

.proof .clearfix li a {
    width: 354px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    color: #fe720c;
    font-size: 13px;
    border: 1px solid #fe720c;
    display: block;
}

/* 我要求助 */
.help_center .index_news h4 {
    height: 20px;
    line-height: 20px;
}

.help_center .d_right .r_main {
    border-top: 0 !important;
    padding: 20px 0 !important;
}

.help_center .d_p_intro img {
    margin-top: 0 !important;
}

.help_center .d_p_intro {
    line-height: normal !important;
}

.help_center .flex.bottom {
    height: 20px;
}

.help_center .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
}

.help_center .content {
    height: 55px;
    text-indent: 0;
    margin-top: 7px;
    overflow: hidden;
}

.help_center .bottom {
    text-indent: 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 7px;
}

.help_center .index_news span {
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

.help_center .top .button {
    margin-top: 0;
    width: 106px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.help_center .help_button {
    float: right;
    width: 219px;
    height: 42px;
    color: #ffffff;
    background: #FE720C;
    border-radius: 5px;
    font-size: 16px;
    line-height: 42px;
}

.help_center .d_p_tabs a.on.help_button {
    color: #ffffff;
    border: 0;
}

/* 项目申请 */
.project_apply .clearfix .top span {
    margin: 0 !important;
    font-size: 14px;
    width: 106px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
}

span.pass {
    background: #76C627;
}

span.no_pass {
    background: #666666;
}

span.data_back {
    background: #fe6902;
}

/* 注册 */
.login_right p.register {
    margin-top: 60px;
}

/* 未开发票 */
.bill.pay_box {
    padding: 48px 0 83px;
}

.bill.pay_box h4 {
    font-size: 35px;
}

.bill.pay_box .d_form {
    padding: 0 134px;
}

.bill.pay_box .d_form ul {
    line-height: 45px;
}

.bill.pay_box .d_form ul li label {
    font-size: 16px;
    color: #333333;
}

.bill.pay_box .d_form ul li div select {
    width: 438px;
}

.bill.pay_box .d_form ul li div input::placeholder {
    color: #333333;
}

.bill.pay_box .d_form ul li div input {
    width: 438px;
}

.bill.pay_box .d_form ul .tips {
    font-size: 14px;
    color: #999999;
}

.bill_success {
    width: 800px;
    height: 275px;
    padding: 200px 0;

}

.bill_success img {
    width: 100px;
    margin: 0 auto;
}

.bill_success h3 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}

/* 捐赠纪录 */
.apply_bill .pay_btn {
    display: block;
    width: 336px;
    height: 42px;
    line-height: 42px;
    background: #fe720c;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
}

.apply_success {
    width: 540px;
    height: 298px;
    padding: 100px 0;
}

.apply_success img {
    width: 100px;
    margin: 0 auto;
}

/* 项目详情 */
ul.about_yonth {
    line-height: 25px;
    text-indent: 2em;
}

/* 首页 */
.info_public .index_news ul li {
    width: 595px;
}

.info_public .index_news ul li:hover a p {
    color: #fe6902!important;
}

.info_public .index_news ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_public .index_news ul li a p {
    font-size: 14px;
    color: #999999;
    height: 24px;
    line-height: normal;
    margin: 0;
}

.info_public .index_news ul li a .left p {
    font-size: 16px;
    color: #333333;
}

.info_public .index_news ul li img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.info_public .left {
    display: flex;
    align-items: center;
}

/* 弹窗复选框 */
.show_money {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.img .show_money b {
    padding-top: 0;
    line-height: normal;
}
.show_money .checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 140px;}
.show_money .checkbox div {
    display: flex;
    align-items: center;
    width: 60px;
    justify-content: space-around;
}
.show_money .checkbox input {
    display: none;
}
.show_money .checkbox input[type="radio"]:checked+label {
    background: url(../images/check2.svg) no-repeat center center;
    background-size: 100% 100%;
}
.show_money .checkbox label {
    display: block;
    background: url(../images/check.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.show_money .checkbox p {
    color: #000000;
}

/* 文章搜索 */
.news_search {width: 100%;display: flex;align-items: center;justify-content: center;margin-bottom: 30px;margin-top: 10px;}
.news_search input {width: 408px;height: 42px;border: 1px solid #bbbbbb;border-radius: 5px 0 0 5px;padding-left:10px ;}
.news_search .search_btn {width: 123px;height: 42px;line-height:42px;border: 1px solid #fe720c;background-color: #fe720c;text-align: center;font-size: 13px;color: #fff;border-radius: 0px 5px 5px 0;}

/* 捐赠成功 */
.s-page {
    width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-page .img {
    width: 362px;
}

.s-page .img img {
    width: 100%;
}

.s-page .sh_btn {
    width: 362px;
    padding-bottom: 20px;
}
/*成长记录*/

.medal_project li{
    position: relative;
    margin: 24px 0;
    width: 259px;
    height: 269px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #F2F2F2;

}

.c_name span{
    position: absolute;
    margin-left: 10px;
    top: 160px;
    width: 93px;
    height: 20px;
    line-height: 17px;
    border-radius: 5px;
    color: #555555;
    font-size: 12px;
    text-align: center;
    border: 1px solid #555555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c_name div:nth-child(1){
    width: 152px;
    height: 4px;
    line-height: 20px;
    border-radius:32px;
    background-color: #cccccc;
    text-align: center;
}
.c_name div:nth-child(2){
    width: 100px;
    height: 4px;
    line-height: 20px;
    border-radius:32px;
    background-color: #FD8225;
    text-align: center;
}
.c_name  img{
    display: inline;
    width: 25px;
    height: 24px;
}
.c_name p{
    position: absolute;
    top: 0;
    left: 25px;
    width: max-content;
    max-width: 160px;
    bottom: 6px;
    color: #333333;
    font-size: 14px;
    text-align: left;

}
.cz_span{
    float: right;
    border-radius: 5px;
    color: #555555;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.medal_project li:hover{
    border: 1px solid #FE6902;
}
.purging_project li:hover{
    border: 1px solid #FE6902;
}
.medal_project img{
    margin: 22px auto;
    max-width: 157px;
    max-height: 149px;
}
.medal_project .med_text1{
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: center;

}
.medal_project .med_text2{
    color: rgba(128, 128, 128, 100);
    font-size: 13px;
    text-align: center;
    font-family: SourceHanSansSC-regular;
}
.purging_project li{
    float: left;
    margin-right: 54px;
    margin-top:67px ;
    width: 375px;
    height: 400px;
    text-align: center;
    border: 1px solid rgba(242, 242, 242, 100);
}
.purging_project li img{
    margin:  18px;
    width: 339px;
    height: 220px;
}

.purging_project .purging_title{
    margin-top: 13px;
}
.purging_project .purging_score{
    margin: 7px 0 13px;
    height: 24px;
    color: rgba(254, 105, 2, 100);
    font-size: 16px;
    text-align: center;
}
.purging_project span{
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: rgba(254, 114, 12, 100);
    color: rgba(255, 255, 255, 100);
    font-size: 15px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 100);
    cursor: pointer;
}
.medal_box img{
    margin: auto;
    max-width: 286px;
    max-height: 286px;
}
.medal_box .medal_title p{
    line-height: 20px;
}
.medal_box .medal_title p:nth-child(1){
    margin: 24px 0 28px 0 ;
    color: rgba(254, 105, 2, 100);
    font-size: 26px;
    text-align: center;
}
.medal_box .medal_title p:nth-child(2){
    margin: 11px 0;
    color: rgba(16, 16, 16, 100);
    font-size: 18px;
    text-align: center;
}
.medal_box .medal_title p:nth-child(3){
    color: rgba(128, 128, 128, 100);
    font-size: 13px;
    text-align: center;
}
.medal_box .medal_share>p{
    margin: 36px 0;
    color: rgba(204, 204, 204, 100);
    font-size: 16px;
    text-align: center;
}
.medal_box .share_img{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 460px;
}
.medal_box .share_img img{
    width: 80px;
    height: 80px;
}
.medal_system>p:nth-child(1){
    margin: 19px 0 37px;
    color: rgba(85, 85, 85, 100);
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
}
.medal_system>p:nth-child(2){
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}
.medal_system>p:nth-child(1),.medal_system>p:nth-child(3){
    color: #555555;
    font-size: 13px;
}
.medal_system .sys li{
    display: flex;
    float: left;
    width: 50%;
}
.medal_system .sys li img{
    margin-left: 55px;
    width: 63px;
    height: 66px;
}
.medal_system >.sys li>div:nth-child(2){
    margin: 8px;
}
.medal_system >.sys li>div> p{
    margin:5px;
}
.purging_record{
    margin-top: 45px;
}
.purging_record>img{
    max-width: 210px;
}
.purging_record>.title{
    text-align: left;
    margin-left: 23px;
    line-height: 2;
}
.purging_record>.title>p:nth-child(1){
    color: #333333;
    font-size: 15px;
}
.purging_record>.title>p:nth-child(2){

    color: rgba(254, 105, 2, 100);
    font-size: 13px;
    text-align: left;
}
.record_box>.address>p:nth-child(1){
    margin-top: 10px;
    color: rgba(153, 153, 153, 100);
}
.record_box>.address>form>p{
    margin: 19px 0;
}
.record_box>.address>form>p>input{
    display:inline;
    width: 88%;
    height: 34px;
}

.record_box>.address>form>.submit{
    margin-left: 40px;
    width: 88%;
    border-radius: 5px 5px 5px 5px;
    background-color: rgba(254, 114, 12, 100);
    color: rgba(255, 255, 255, 100);
}
.pay_box05>.record_box>.record{
    margin: 30px auto 0;
    width: 269px;
    height: 29px;
    line-height: 29px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 100);
    color: rgba(254, 114, 12, 100);
    font-size: 13px;
    text-align: center;
    border: 1px solid rgba(254, 114, 12, 100);
    cursor: pointer;
}
.record_box>.res{
    margin: 33px;
    font-size: 22px;
}
.record_box>.res img{
    margin: 0 15px 2px;
    width: 45px;
    height: 45px;
}
.record_box>.res p{
    color: rgba(51, 51, 51, 100);
    font-size: 26px;
    text-align: left;
}
.record_box>.address>div p{
    font-size: 15px;
    line-height: 28px;
    color: #333333;
}
.jifen{
    color: #FE6902;
}
.succ{
    color: #76C627;
}
.record_item{
    margin: 0 0 30px -31px;
    padding: 6px;
    width: 445px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #F2F2F2;
}
.record_item .item{
    text-align: left;
}
.record_item>.mun>p{
    padding: 11px;
}
.record_item>.item p{
    line-height: 29px;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 32px
}

.record_item .item img{
    max-width: 190px;
}
.record_item .item div{
    padding-left: 22px;
}
.d_form>.more{
    display: block;
    margin: auto;
    width: 64px;
    height: 24px;
    color: #2AAFFE;
    text-align: center;
    cursor: pointer;
}
.experience_box{
    margin: auto;
    width: 1241px;
    height: 130px;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.05);
}
.experience_box>div p{
    position: absolute;
    top: 30%;
    right: 50%;
    transform: translate(50%);
}
.experience_box>div>p>.title{
    color: #101010;
    font-size: 16px;
}
.experience_box>div>p>.jifen{
    display: block;
    padding-top: 12px;
    font-size: 30px;
}

.experience_box>div{
    position: relative;
    width: 25%;
    height: 100%;
}
.experience_box>div a{
    position: absolute;
    left: 25%;
    top: 33%;
    width: 174px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #555555;
    font-size: 13px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.experience_box>div>a:hover{
    background: #FE6902;
    color: #fff;
}