
/**用户的多个页面样式 */
.houyi-user p{
    margin-bottom: 0;
    margin-top: 0;
}
.houyi-user .table-bordered>thead>tr>td,
.houyi-user .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    text-align: center;
}
.houyi-user .table-bordered>tbody td{
    text-align: center;
    vertical-align: middle;
}

.houyi-user .download-invoice{
    width: 140px;
}
.houyi-user .fh-pdf{
    font-size: 28px;
    color: red;
    width: 23px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    cursor:pointer;
}
.houyi-user .content-wrapper{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;

    min-height: 700px;
    max-width: 1200px;
    margin: 0 auto;
}
.houyi-user .sidebar-list{
    display: inline-block;
    width: 225px;
    margin-bottom: 0;
    padding-top: 80px;
    border-right: solid 1px #eee;
    margin-right: 20px;
}
.houyi-user .sidebar-list > li {
    list-style: none;
    height: 60px;
    font-size: 18px;
}
.houyi-user .sidebar-list > li > a {
    height: 100%;
    color: #000;
    text-decoration: none;
    align-items: center;
    padding-left: 20px;
    display: block;
    line-height: 60px;
}
.houyi-user .sidebar-list > li > a >i {
    font-size:18px;
    margin-right:5px;
}
.houyi-user .sidebar-list > li.active > a{
    background-color: #e8f5ff;
    border-left:2px solid #1097ff;
    color: #1097ff;
}
.houyi-user .sidebar-list > li:not(.active):hover > a {
    background-color: #eee;
}
.houyi-user .content{
    display: inline-block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    max-width:900px;
    margin-bottom: 70px;
}
.houyi-user .content .content-title {
    font-size: 26px;
    margin: 40px 0 20px 0;
    padding-bottom: 14px !important;
    border-bottom: solid 1px #ddd;

}

.houyi-user .form-group[required] .control-label:after {
    content: "*";
    color: #e35256;
    font-size: 12px;
    width: 5px;
    height: 5px;
    margin-left: 2px;
    font-weight: bolder;
}
.houyi-user .form-partOne {
    float: left;
    width: 48%;
    height: 65px;
}
.houyi-user .form-partTwo {
    float: right;
    width: 48%;
    margin-left: 4%;
    height: 65px;
}
.houyi-user .form-partThree {
    float: left;
    width: 48%;
    height: 65px;
}
.houyi-user .form-partFour {
    float: left;
    width: 48%;
    height: 65px;
    margin-left: 4%;
}
.houyi-user .form-address {
    height: 55px;
}

/**用户中心**/
#houyi-user-profile .panel-account{
    position: relative;
    align-items: flex-start;
}
#houyi-user-profile .panel-account .account-portrait{
    text-align: center;
}
#houyi-user-profile .panel-account .account-portrait img.avatar {
    height: auto;
    width: auto;
    margin: 40px 30px;
    max-width: 100px;
    max-height: 100px;
    min-width: 64px;
    min-height: 64px;
    display: inline-block;
    vertical-align: top;
}
#houyi-user-profile .panel-account .account-portrait a.change-password{
    font-size: 14px;
    text-decoration: underline;
    color : #1097ff;
    display: block;
}
#houyi-user-profile .panel-account .account-portrait a.change-password:hover {
    color: #2974d4;
}

#houyi-user-profile .panel-account > .account-info {
    font-size: 18px;
    display: inline-block;
    margin: 30px;
}
#houyi-user-profile .panel-account > .account-info .item{
    margin: 4px 0;
    min-height: 34px;
    align-items: center;
    line-height: 34px;
    display: -ms-flexbox;
    display: flex;
}
#houyi-user-profile .panel-account > .account-info .item .plan-icon{
    width: 30px;
    height: auto;
    margin-left: 15px;
}
#houyi-user-profile .panel-account > .account-info .item .btn-renew{
    margin-left: 17px;
    text-decoration: underline;
    color: #1097ff;
    font-size: 14px;
}
#houyi-user-profile .panel-account > .account-info .item .btn-renew:hover{
    color: #2974d4;
}
#houyi-user-profile .panel-account > .account-info .item.upgrade{
    margin-top: 20px;
}
#houyi-user-profile .panel-account > .account-info .btn-upgrade{
    width: 150px;
    height: 40px;
    border: 2px solid #0f97ff;
    color: #fff;
    background: #0f97ff;
    border-radius: 3px;
    transition: all .2s;
    margin-left: 140px;
    text-align: center;
}
#houyi-user-profile .panel-account > .account-info .btn-upgrade:hover{
    background-color: #1788e2;
    border-color: #1788e2;
    color: rgba(255, 255, 255, 1);
}
#houyi-user-profile .account-info > .item > label {
    width: 120px;
    font-weight: normal;
    color: #888;
    margin: 0;
}
#houyi-user-profile:lang(ja) .account-info > .item > label{
    width: 135px;
}
#houyi-user-profile .account-info > .item > span {
    display: inline-block;
    margin-left: 10px;
}
#houyi-user-profile .account-info > .item > span.plan,
#houyi-user-profile .account-info > .item > span.expired-date {
    width: 130px;
}

/**账单地址*/
#houyi-user-address .content form{
    max-width: 600px;
}
#houyi-user-address .content .btn-submit{
    text-align: center
}
#houyi-user-address .content .btn-submit button{
    border: none;
    border-radius: 3px;
    background-color: #0f97ff;
    color: #fff;
    min-width: 150px;
    line-height: 46px;
    padding: 0 32px;
    transition: box-shadow .2s ease-in-out;
}
#houyi-user-address .content input[name=country]{
    display: none;
}
#houyi-user-address .content.to-edit input.form-control,
#houyi-user-address .content.to-edit select.form-control{
    background-color: #f5f5f5;
}
#houyi-user-address .content .row{
    width: 630px;
}
/*订单列表*/
#houyi-user-orders .order-list{
    min-height: 500px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    flex-direction:column;
    -webkit-flex-direction: column;
    -moz-flex-direction:column ;
    -ms-flex-direction: column;
}
#houyi-user-orders .order-list >div{
    padding-bottom:10px;
}

/*套餐页面*/
#houyi-user-plan .dialog-wrapper{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: space-between;
    -webkit-justify-content: space-between;

}
#houyi-user-plan .plan-functions{
    display: inline-block;
    width: 240px;
    border-right: 1px solid #e9e9e9;
    color: #A1A1A1;
    padding: 10px 0 0;
    position: relative;
}
#houyi-user-plan .plan-functions .plan-head{
    display: block;
    width: auto;
    border-bottom: 1px solid #e9e9e9;
    color: #333;
    padding: 0 30px 10px 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
#houyi-user-plan .plan-functions .plan-head .plan-3 img.index-3,
#houyi-user-plan .plan-functions .plan-head .plan-2 img.index-2,
#houyi-user-plan .plan-functions .plan-head .plan-1 img.index-1{
    display: block;
}
#houyi-user-plan .plan-functions .plan-head img{
    margin: 0 auto;
    display: none;
    width: 50px;
    height:auto;
}
#houyi-user-plan .plan-functions .plan-head .plan-name{
    font-size: 20px;
    margin-bottom: 2px;
}
#houyi-user-plan .plan-functions .plan-head .month-price .value{
    color: #e83f3f;
}
#houyi-user-plan .plan-functions .btn-plan-detail{
    cursor: pointer;
    text-indent: 20px;
}
#houyi-user-plan .plan-functions .btn-plan-detail a{
    padding: 4px 8px;
    display: block;
    color: #999;
    text-decoration: underline;
}
#houyi-user-plan .plan-functions .btn-plan-detail a:hover{
    color: #1097ff;
}
#houyi-user-plan .plan-functions .btn-plan-detail a:active{
    color: #337ab7;
}
#houyi-user-plan .plan-functions .item-info li.color-red{
    color: #d9534f;
}
#houyi-user-plan .plan-functions .item-info li{
    margin:6px 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
#houyi-user-plan .plan-functions .item-info li span{
    width: 201px;
    display: inline-block;
}
#houyi-user-plan:lang(zh) .plan-functions .item-info li{
    margin:10px 0;
}
#houyi-user-plan .plan-functions .item-info li .fh{
    margin-right:4px;
    position: relative;
    top: 0;
}

#houyi-user-plan .plan-functions .item-info{
    display: none;
    margin-bottom: 0;
}
#houyi-user-plan .plan-functions .item-info.selected{
    display: block;
    padding: 5px 10px;
}

#houyi-user-plan .plan-options{
    display: inline-block;
    flex-grow: 1;
    float: right;
    background-color: #fff;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    width: 600px;
}

#houyi-user-plan .plan-options .user-info .name{
    font-size: 16px;
}
#houyi-user-plan .plan-options .user-info{
    padding: 20px 0;
}

#houyi-user-plan .btn-external{
    font-size: 12px;
    text-decoration: underline;
}
#houyi-user-plan .btn-external.zh-CN-hide{
    line-height: 60px;
}
#houyi-user-plan .plan-options .plan-tab-title{
    display: block;
    height:70px;
    position: relative;
    padding-top: 10px;
}
#houyi-user-plan .plan-options li.title{
    display: inline-block;
    text-align: center;
    box-shadow: 0 0 0 1px #e9e9e9;
    min-width: 100px;
    width: auto;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
}
#houyi-user-plan .plan-options li.title:hover{
    box-shadow: 0 0 0 1px #EB5350;
}
#houyi-user-plan .plan-options li.title.selected{
    box-shadow: 0 0 0 2px #EB5350;
    color: #EB5350;
}
#houyi-user-plan .plan-options li.title .title-info{
    display: none;
    color: inherit;
    position: absolute;
    left: 0;
    bottom: 12px;
    line-height: 15px;
}
#houyi-user-plan .plan-options li.title.selected .title-info{
    display: block;
}

#houyi-user-plan .plan-options .plan-tab-detail{
    display: block;
    padding: 15px 0 10px 70px;
    height:140px;
    min-width: 600px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

#houyi-user-plan .plan-options .plan-tab-detail .item-title{
    position: absolute;
    left: 0;
    top: 55px;
}

#houyi-user-plan .plan-options .plans li{
    width:160px;
    height:100px;
    display: inline-block;
    position: relative;
    margin-right:3px;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e9e9e9;
    margin-left: 2px;
}
#houyi-user-plan .plan-options .plans li:hover{
    box-shadow: 0 0 0 1px #EB5350;
}
#houyi-user-plan .plan-options .plans li.selected{
    box-shadow: 0 0 0 2px #EB5350;
}
#houyi-user-plan .plan-options .plans li .off{
    text-align: right;
    padding: 2px 6px;
    background-color: #ffab47;
    width: auto;
    display: inline-block;
    float: right;
    height: 17px;
    color: #f70404;
    font-size: 13px;
    line-height: 13px;
}

#houyi-user-plan .plan-options .plans li .plan-time{
    position: absolute;
    top: 25px;
    width: 100%;
    font-size: 19px;
    color: inherit;
    text-align: center;
}
#houyi-user-plan .plan-options .plans li .plan-price{
    position: absolute;
    width: 90%;
    height: 30px;
    line-height: 36px;
    bottom: 10px;
    font-size: 18px;
    color: inherit;
    text-align: center;
    margin-left: 5%;
    border-top: 1px dashed gray;
}
#houyi-user-plan .plan-options .plans li .select-icon{
    display: none;
    position: absolute;
    right: -15px;
    bottom: -15px;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    background-color: #EB5350;
    color: #fff;
}
#houyi-user-plan .plan-options .plans li .select-icon .fh{
    transform: rotate(-45deg);
    margin-left: 0px;
    margin-top: 6px;
    display: inline-block;
}
#houyi-user-plan .plan-options .plans li.selected .select-icon{
    display: block;
}

#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time{
    height: 105px;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .upgrade-tip{
    position: relative;
    display: inline-block;
    height: 30px;
    border: 2px solid #ec5250;
    border-radius: 7px;
    left: 5px;
    color: #ec5250;
    padding: 0 8px;
    line-height: 28px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .upgrade-tip::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #e85c5c transparent transparent;
    left: 18px;
    top: 28px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .upgrade-tip::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    left: 18px;
    top: 26px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker{
    height:5px;
    width: 360px;
    margin: 18px 0 0 0;
    position: relative;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .progress-background{
    height: 5px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .progress-background .bar{
    background-color: #EB5350;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .slider-bar{
    height: 17px;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;

    position: absolute;
    top: -6px;
    padding: 6px 0;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .slider-bar >li{
    width: 20%;
    border-right: 1px solid #ddd;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .slider-bar >li:last-child{
    border-right: none;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month{
    height: 17px;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 6px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month >li{
    position: relative;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month >li:first-child{
    left: -2px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month >li:nth-child(2){
    left: 80px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month >li:nth-child(3){
    left: 163px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month >li:nth-child(4){
    left: 246px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .show-month >li:nth-child(5){
    left: 322px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .sale{
    position: absolute;
    display: inline-block;
    top: -39px;
    right: -37px;
    text-align: center;
    color: #ec5250;
}
#houyi-user-plan:lang(zh) .plan-options .plan-tab-detail .upgrade-time .duration-picker .sale{
    right: -33px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .sale .sale-info{
    background-color: #f8b854;
    padding: 1px 4px;
    border-radius: 3px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .sale>i{
    position: relative;
    top: -2px;
    right: -5px;
    color: #EB5350;
    font-size: 16px;
}
#houyi-user-plan .plan-options .plan-tab-detail .upgrade-time .duration-picker .end-circle{
    position: absolute;
    left: -8px;
    bottom: -5px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #EB5350;
    background-color: #fff;
}
#houyi-user-plan .plan-options .total-money{
    height: auto;
    min-height: 65px;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 22px;
}
#houyi-user-plan .plan-options .total-money .total{
    font-size: 12px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;

    align-items: center;
    -webkit-align-items: center;

}
#houyi-user-plan .plan-options .total-money .total .item-title{
    display: inline-block;
    width: 69px;
}
#houyi-user-plan .plan-options .total-money .total .value{
    color: #EB5350;
    font-weight:800;
    font-size: 20px;
    margin-right:10px;
}
#houyi-user-plan .plan-options .total-money .total .price-before-coupon{
    display: inline-block;
    font-size: 15px;
    text-decoration: line-through;
    padding-top: 3px;
    color: #999;
}
#houyi-user-plan .plan-options .total-money .saving{
    font-size: 12px;
    color: #EB5350;
    margin-left:5px;
}
#houyi-user-plan .plan-options .coupon-type{
    display: block;
    height: 90px;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0 10px 70px;
    position: relative;
    min-width: 660px;
}
#houyi-user-plan .plan-options .coupon-type .ad-coupon-box .ad-coupon{
    cursor: pointer;
}
#houyi-user-plan .plan-options .coupon-type.false{
    padding: 0;
}
#houyi-user-plan .plan-options .coupon-type .item-title {
    position: absolute;
    left: 0;
    top: 42px;
}
#houyi-user-plan .plan-options .coupon-type ul{
    margin: 0;
}
#houyi-user-plan .plan-options .coupon-type li.coupon{
    display: inline-block;
    position: relative;
    width: 170px;
    height: 70px;
    margin-right: 3px;
    margin-left: 2px;
    font-size: 12px;
    color: #555;

    text-align: center;
    cursor: pointer;
    overflow: hidden;

    background-color: #ddd;

}
#houyi-user-plan .plan-options .coupon-type li.coupon:before,
#houyi-user-plan .plan-options .coupon-type li.coupon:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #fff;
    background-image: radial-gradient(transparent 3px, transparent 3px, #ddd 3px);
    background-size: 10px 10px;
    background-position: 10px 0px;
}
#houyi-user-plan .plan-options .coupon-type li.coupon:before{
    left: -3px;
}
#houyi-user-plan .plan-options .coupon-type li.coupon:after{
    right: -3px;
}
#houyi-user-plan .plan-options .coupon-type li.coupon:not(.disabled):hover:before,
#houyi-user-plan .plan-options .coupon-type li.coupon:not(.disabled):hover:after{
    background-image: radial-gradient(transparent 3px, transparent 3px, #fbcf8a 3px);
}
#houyi-user-plan .plan-options .coupon-type li.coupon.selected:before,
#houyi-user-plan .plan-options .coupon-type li.coupon.selected:after{
    background-image: radial-gradient(transparent 3px, transparent 3px, #f8b854 3px);
}

#houyi-user-plan .plan-options .coupon-type li.coupon:not(.disabled):hover{
    color: #fff;
    background-color: #fbcf8a;
}

#houyi-user-plan .plan-options .coupon-type li.coupon.selected{
    color: #fff;
    background-color: #f8b854;
}

#houyi-user-plan .plan-options .coupon-type li.coupon .symbol{
    display: none;
    z-index: 1;
    position: absolute;
    width: 36px;
    height: 36px;
    padding: 1px;
    background-color: #eb5350;

    -webkit-transform: rotateZ(45deg) translate(95px, -119px);
    -moz-transform: rotateZ(45deg) translate(95px, -119px);
    -ms-transform: rotateZ(45deg) translate(95px, -119px);
    -o-transform: rotateZ(45deg) translate(95px, -119px);
    transform: rotateZ(45deg) translate(95px, -119px);
}
#houyi-user-plan .plan-options .coupon-type li.coupon.selected .symbol{
    display: block;
}
#houyi-user-plan .plan-options .coupon-type li.coupon.disabled .symbol{
    display: block;
    background-color: #777;
}

#houyi-user-plan .plan-options .coupon-type li.coupon .symbol .expired,
#houyi-user-plan .plan-options .coupon-type li.coupon.disabled .symbol i{
    display: none;
}
#houyi-user-plan .plan-options .coupon-type li.coupon.disabled .symbol .expired{
    display: inline-block;
}
#houyi-user-plan .plan-options .coupon-type li.coupon .symbol i{
    display: inline-block;
    font-size: 15px;
    -webkit-transform: rotateZ(-42deg) translate(-12px,12px);
    -moz-transform: rotateZ(-42deg) translate(-12px,12px);
    -ms-transform: rotateZ(-42deg) translate(-12px,12px);
    -o-transform: rotateZ(-42deg) translate(-12px,12px);
    transform: rotateZ(-42deg) translate(-12px,12px);
}

#houyi-user-plan .plan-options .coupon-type li.coupon .coupon-value{
    font-size: 18px;
    padding: 0;
    z-index: 1;
    position: relative;
}
#houyi-user-plan:lang(zh) .plan-options .coupon-type li.coupon .coupon-value{
    padding: 8px;
}
#houyi-user-plan .plan-options .coupon-type li.coupon .coupon-value .coupon-number{
    margin-left: 5px;
}
#houyi-user-plan .plan-options .coupon-type li.coupon .coupon-value .countdown{
    display: none;
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 6px;
    background-color: #000;
    padding: 1px;
}
#houyi-user-plan .plan-options .coupon-type li.coupon.selected .countdown{
    display: inline-block;
}
#houyi-user-plan .plan-options .coupon-type li.coupon .validity-period{
    padding: 4px 10px;
    z-index: 1;
}
#houyi-user-plan .plan-options .coupon-type li.coupon .limit-explanation{
    padding: 0 12px;
    z-index: 1;
    line-height: 12px;
}
#houyi-user-plan .plan-options .promotion{
    display: block;
    height: 60px;
    border-bottom: 1px solid #e9e9e9;
    padding: 23px 0 10px 70px;
    position: relative;
}
#houyi-user-plan .plan-options .promotion .item-title {
    position: absolute;
    left: 0;
    top: 24px;
}
#houyi-user-plan .plan-options .promotion .content,
#houyi-user-plan .plan-options .promotion .gift-content{
    color: #000;
    font-size: 12px;
    padding: 4px;
    margin-right: 5px;
}
#houyi-user-plan .plan-options .promotion .content:lang(zh),
#houyi-user-plan .plan-options .promotion .gift-content:lang(zh){
    color: #d9534f;
}
#houyi-user-plan .plan-options .payment-type{
    height: 70px;
    padding-top: 26px;
    font-size: 12px;
}
#houyi-user-plan .plan-options .payment-type .type-list{
    height: 30px;
    line-height: 30px;
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 18px;
    position: relative;
}
#houyi-user-plan .plan-options .payment-type .type-list .popup{
    position: absolute;
    top: -88px;
    right: -143px;
    border: 1px solid #f8b854;
    height: 67px;
    background-color: #f8b854;
    color: #fff;
    border-radius: 3px;
    padding: 6px 5px;
    font-weight: 100;
    box-shadow: -2px 1px 3px rgba(153, 153, 153, 0.81);
}
#houyi-user-plan .plan-options .payment-type .type-list .angle{
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #f8b854 transparent transparent #f8b854;
    position: absolute;
    bottom: -21px;
    left: 5%;
    box-shadow: -2px 1px 2px rgba(153, 153, 153, 0.52);
}
#houyi-user-plan .plan-options .payment-type .type-list .angle em{
    display: block;
    width:0;
    height:0;
    border-width:0 10px;
    border-style:solid;
    border-color:transparent transparent #333;
    position:absolute;
    top:1px;
    left:-10px;
}
#houyi-user-plan .plan-options .payment-type .type-list .popup-content{
    width: 310px;
    line-height: 18px;
}
#houyi-user-plan:lang(ja) .plan-options .payment-type .type-list .popup-content{
    width: 325px;
}
#houyi-user-plan .plan-options .payment-type .type-list .popup-content p{
    margin-bottom: 0;
    font-weight: lighter;
}
#houyi-user-plan .plan-options .payment-type .balance{
    font-size: 12px;
    position: relative;
    top: 8px;
    right: 4px;
}
#houyi-user-plan .plan-options .payment-type .balance .balance-value{
    color: #EB5350;
}
#houyi-user-plan .activity {
    border: 1px solid #f5baba;
    padding: 0 10px 10px 10px;
    position: absolute;
    width: 80%;
    bottom: 30px;
    height: 145px;
    margin-bottom: 5px;
    margin-left: 15px;
}
#houyi-user-plan .activity h4{
    text-align: center;
    margin: 0;
    padding-top: 10px !important;
}
#houyi-user-plan .activity li{
    line-height: 20px;
}
#houyi-user-plan .activity li.frist-li{
    padding-top: 5px;
}
#houyi-user-plan .activity li.contact-us{
    margin-bottom: 0;
    padding-right: 0;
    text-align: right;
}
#houyi-user-plan .activity li i.fh-helper{
    margin-left: 3px;
}
#houyi-user-plan .activity li .tooltip > .tooltip-inner{
    text-align: left;
    width: 180px;
}
#houyi-user-plan .activity li .tooltip > .tooltip-inner > p:first-child{
    margin-bottom: 5px;
}
#houyi-user-plan .contact-us img{
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 2px;
}
#houyi-user-plan .plan-options .payment-type .type-radio{
    min-width: 95px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    padding: 0 3px;
}
#houyi-user-plan .plan-options .payment-type .type-radio.selected{
    border-color: red;
    color: #333;
    background-color: #f5f1f1;;
}
#houyi-user-plan .plan-options .payment-type .type-radio:not(.selected) + .type-radio:not(.selected){
    border-left:none;
}
#houyi-user-plan .plan-options .payment-type .type-radio > i{
    font-size: 16px;
    vertical-align: middle;
}
#houyi-user-plan .plan-options .payment-type .type-radio.selected > i,
#houyi-user-plan .plan-options .payment-type .type-radio.selected .value{
    color: #FD4641;
}
#houyi-user-plan .plan-options .payment-type .type-radio .value{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
#houyi-user-plan .plan-options .payment-type .type-radio .select-icon{
    display: none;
    position: absolute;
    right: -15px;
    bottom: -15px;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    background-color: #EB5350;
    color: #fff;
}
#houyi-user-plan .plan-options .payment-type .type-radio.selected .select-icon{
    display: block;
}
#houyi-user-plan .plan-options .payment-type .type-radio.selected .select-icon .fh{
    transform: rotate(-45deg);
    margin-left: -19px;
    margin-top: 0;
    display: inline-block;
}
#houyi-user-plan .plan-options .submit-order{
    display: block;
    overflow: auto;
    margin-left: 70px;
    height: 110px;
    padding-top: 25px;
}
#houyi-user-plan .plan-options .submit-order >div{
    position: relative;
    display: inline-block;
}
#houyi-user-plan .plan-options .submit-order input{
    border: 1px solid #ec5250;
    color: #fff;
    box-shadow: 1px 1px 1px #ccc;
    height: 40px;
    border-radius: 3px;
    width: 165px;
    margin-left: 0;
    font-size: 16px;
}
#houyi-user-plan .plan-options .submit-order .spinner{
    position: absolute;
    left: -1px;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 37px;
    text-align: center;
    background: rgba(1,1,1,.3);
    border-radius: 3px;
    display: block;
    pointer-events: none;
}
#houyi-user-plan .plan-options .submit-order .fh-loading{
    display: inline-block !important;
    animation: loading-roll 1.5s infinite;
    animation-timing-function: linear;
    transform-origin: center;
    font-size: 27px;
    color: #fff;
}

/**支付检查等待modal*/
#houyi-user-plan .modal-payment{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);

    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;

    justify-content: center;
    -webkit-justify-content: center;

    align-items: center;
    z-index: 100;
}
#houyi-user-plan .modal-payment .payment-result{
    background: #fdfdfd;
    width: 700px;
    min-height: 450px;
    box-shadow: 0 0 3px #aaa;
    height: auto;
    padding-bottom: 30px;
    position: relative;
}

#houyi-user-plan .modal-payment .payment-result .close-wrapper{
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: gray;
    cursor: pointer;

    -webkit-transition: color , background-color;
    -moz-transition: color , background-color;
    -ms-transition: color , background-color;
    -o-transition: color , background-color;
    transition: color , background-color;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function:ease-out;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
#houyi-user-plan .modal-payment .payment-result .close-wrapper:hover{
    background-color: #FE4747;
    color: #fff;
}

#houyi-user-plan .modal-payment .payment-result img.payment-gif:not(.hide){
    background-color: transparent;
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}
#houyi-user-plan .modal-payment .payment-result .result-info-checking,
#houyi-user-plan .modal-payment .payment-result .result-info-success,
#houyi-user-plan .modal-payment .payment-result .result-info-failed{
    text-align: center;
    font-size: 22px;
    position: relative;
    margin-bottom: 12px;
    color: #555;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon{
    width: 565px;
    margin: 50px auto 0;
    height: 100px;
    color: #fff;
    background-color: #E62E04;
    position: relative;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon::before{
    content: "";
    position: absolute;
    height: 100px;
    width: 12px;
    background-image: url(../images/user/bg-coupon-border.png);
    background-size: 100% 100%;
    top: 0;
    left: -1px;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon::after{
    content: "";
    position: absolute;
    height: 100px;
    width: 12px;
    background-image: url(../images/user/bg-coupon-border.png);
    background-size: 100% 100%;
    top: 0;
    right: -1px;
    transform: rotate(180deg);
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-left{
    float: left;
    width: 60%;
    height: 100px;
    position: relative;
    border-right: 2px dashed #fff;
    box-sizing: border-box;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-left::before{
    content: "";
    position: absolute;
    height: 100px;
    width: 188px;
    top: 0;
    left: 0;
    background-image: url(../images/user/bg-coupon-content.png);
    background-size: 100% 100%;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-left .left-price{
    position: absolute;
    top: 50%;
    right: 0;
    padding-right: 20px;
    text-align: right;
    transform: translateY(-50%);
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-left .left-price div:nth-of-type(1){
    font-size: 14px;
    color: #FF9B76;
    text-align: center;
    font-style: italic;
    font-weight: bolder;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-left .left-price div:nth-of-type(2){
    font-size: 40px;
    font-style: italic;
    font-weight: bolder;
}
#houyi-user-plan:lang(zh) .modal-payment .payment-result .show-coupon .coupon-div-left .left-price div:nth-of-type(2){
    margin-top: 8px;
    font-size: 36px;
}
#houyi-user-plan:lang(zh) .modal-payment .payment-result .show-coupon .coupon-div-left .left-price div:nth-of-type(2) .price-count{
    font-size: 38px;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-right{
    position: relative;
    float: right;
    width: 40%;
    height: 100px;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-right > span:nth-of-type(1){
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 2px 6px;
    margin-left: 100px;
    margin-top: 7px;
    display: block;
    width: 30px;
    height: 30px;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-right > span:nth-of-type(1) > i{
    font-size: 16px;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-right .right-text{
    position: absolute;
    font-size: 16px;
    font-weight: bolder;
    width: 100%;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    padding: 0 8px 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-right .right-text .btn-use-coupon{
    font-weight: normal;
    margin-top: 14px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 13px;
    transition: all 0.5s;
}
#houyi-user-plan .modal-payment .payment-result .show-coupon .coupon-div-right .right-text .btn-use-coupon:hover{
    color: #f2dede;
}
#houyi-user-plan .modal-payment .payment-result .bind-info{
    color: #555;
    line-height: 15px;
    margin: 0 100px;
    font-size: 15px;
}
#houyi-user-plan .modal-payment .payment-result .jsgif{
    height: 250px;
}
#houyi-user-plan .modal-payment .payment-result .jsgif canvas{
    transform: scale(0.56);
    position: relative;
    bottom: 70px;
}
#houyi-user-plan .modal-payment .payment-result .btn-box{
    margin-top: 15px;
    display: block;
    width: auto;
    text-align: center;
}
#houyi-user-plan .modal-payment .payment-result .btn-box .btn{
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #777;
    border: 1px solid #e1e2e4;
    padding: 0 10px;
}
#houyi-user-plan .modal-payment .payment-result .btn-box .btn-payment:hover{
    background-color: #0DAEFF;
    color: #fff;
}
#houyi-user-plan .modal-payment .payment-result .btn-box .btn-download{
    display: block;
    width: 150px;
    margin: 0 auto;
    margin-top: 30px;
    color: #0DAEFF;
    box-shadow: none;
}
#houyi-user-plan .modal-payment .payment-result .btn-box .btn-download:hover{
    border-color: #0DAEFF;
}

#houyi-user-coupons .coupon.status1,
#houyi-user-coupons .coupon.status2{
    color: #a9a8a8;
}
#houyi-user-coupons .coupon td{
    color: inherit;
}
#houyi-user-coupons .coupon.status0 td.go-to-use{
    cursor: pointer;
    text-decoration: underline;
    color: #1097ff;
}
#houyi-user-coupons .coupon.status1 .go-to-use,
#houyi-user-coupons .coupon.status2 .go-to-use{
    pointer-events: none;
}
#houyi-user-coupons .coupon.status0 .td-status{
    color: #1097ff;
}

/**修改密码，找回密码common*/
.houyi-password .content {
    margin: 50px auto;
    display: block;
    width: 500px;
    min-height: 550px;
}
.houyi-password .content > h1{
    margin-bottom: 30px;
}
.houyi-password .content input {
    margin: 5px auto;
}
.houyi-password .content .field-validation{
    visibility: hidden;
    min-height: 26px;
}
.houyi-password .content input + .field-validation.error {
    visibility: visible;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    padding: 10px;
}

.houyi-password .content input[type="submit"] {
    cursor: pointer;
    margin: 20px auto;
    margin-bottom: 0px;
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 2px solid #0f97ff;
    color: #fff;
    background: #0f97ff;
    border-radius: 3px;
    transition: all .2s;
}
.houyi-password .content input[type="submit"]:hover {
    background-color: #1788e2;
    border-color: #1788e2;
    color: rgba(255, 255, 255, 1);
}

.houyi-password .input-title{
    text-align: left;
}
.houyi-password input[name="code"]{
    display: inline-block;
    width:380px;
}
.houyi-password .submit-wrapper .btn-send-code{
    display: inline-block;
    width: 115px;
    height: 40px;
    line-height: 26px;
    vertical-align: inherit;
}
.houyi-password .submit-wrapper .btn-submit{
    width: 200px;
    height: 40px;
    line-height: 26px;
    vertical-align: inherit;
    margin:20px auto;
    display: block;
}

