﻿.iny_left {
    width: 260px;
    margin-right: 30px;
}

.iny_right {
    flex: 1;
    width: 100%;
}

.left_tit {
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.usercenter_menu > li > a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 10px;
    background: #4798ea;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.usercenter_menu > li li {
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    background-color: #e5e5e5;
    font-size: 16px;
}
.usercenter_menu li.active a {
    font-weight: bold;
   
}

.userchgpwd_from dl, .forminfo dl {
    margin-top: 20px;
}

.formcolumn-item {
    clear: both;
    margin-top: 10px;
}

    .formcolumn-item .formcolumn-item-tit {
        width: 120px;
        text-align: right;
        float: left;
        font-size: 15px;
        padding-top: 8px;
    }

    .formcolumn-item .formcolumn-item-ct {
        margin-left: 130px;
    }

        .formcolumn-item .formcolumn-item-ct .formcom-area, .formcolumn-item .formcolumn-item-ct .formcom-ipt, .formcolumn-item .formcolumn-item-ct .formcom-vcode {
            width: 300px;
            height: 34px;
            padding: 4px 5px;
            border: #ABABAB 1px solid;
            box-shadow: 2px 2px 3px #EDEDED inset;
            font-size: 14px;
            font-weight: bold;
        }
        .formcolumn-item  .formcolumn-item-ct select {
            height:34px;
        }
.formcolumn-item .formcolumn-item-ct .formcom-area {
    height: 100px;
}

        .formcolumn-item .formcolumn-item-ct .formcom-vcode {
            width: 120px;
        }

        .formcolumn-item .formcolumn-item-ct .form-vcodebox img {
            border: #ABABAB 1px solid;
            height:34px;
        }

.extclass_title, .formset_title {
    font-size: 14px;
    font-weight: bold;
}

.formcolumn-item .formcolumn-item-ct .formcolumn-item-tipstxt {
    color: #999999;
}

.formcolumn-item .formcolumn-item-ct .form-vcodebox {
    float: left;
    padding-right: 10px;
}

.formcolumn-item .formcolumn-item-ct .needFill {
    border: 1px solid #e47a7a;
    box-shadow: 2px 2px 3px #f5e9e6 inset;
    background-color: #fefbfa;
}

.userloginbtn, .changepwdbtn, .userinfo_btn, .ordercombtn {
    height: 34px;
    background-color: #4798ea;
    color: #ffffff;
    border: 0px;
    width: 80px;
}
.iny_right .position{
    line-height:45px;border-bottom:1px solid #dddddd; margin-bottom:20px;
}

.InfoHTMLBox {
    padding: 10px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
}

    .InfoHTMLBox li {
        padding: 8px;
        border: 1px solid #ffffff;
    }

        .InfoHTMLBox li:hover {
            background-color: #f8f8f8;
            border: 1px solid #eeeeee;
        }

    .InfoHTMLBox ul li a {
        font-size: 14px;
        color: #36c;
        font-weight: normal;
    }

.shopcartarea .selon {
    background-color: #fff5cc;
    border: 1px solid #ffe580;
    font-size: 14px;
    font-weight: bold;
}


.myordertableitem {
    margin-top: 10px;
    border: 1px solid #dddddd;
    border-left: 0px solid #dddddd;
    border-bottom: 0px solid #dddddd;
}

    .myordertableitem td {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        line-height: 20px;
    }

    .myordertableitem .myorderheader {
        background-color: #efefef;
    }

        .myordertableitem .myorderheader td {
            padding: 8px;
            font-family: 微软雅黑;
        }

    .myordertableitem .ordershoppingitems td {
        border-left: 0px solid #dddddd;
    }

    .myordertableitem .ordershoppingitems tr:last-child td {
        border-bottom: 0px;
    }

.proimgv {
    width: 60px;
}

.myordertableitem a {
    color: #000000;
}

.myordertableitem td table td{
    padding:5px; font-size:14px;
}


@media(max-width:768px)
{
    .iny_left{
        width:100%; margin-right:0px;
    }
    .usercenterright{
        overflow:auto;
    }
    .myordertableitem{
        white-space:nowrap;
    }
    .left_tit{
        text-align:left;
        padding-left:0px;
        border-bottom:1px solid #dddddd;
    }
        .left_tit button{
            background-image:none;
            border:0px;
            background-color:transparent;
        }
        .leftucmenu {
            display: none;
        }
    .formcolumn-item .formcolumn-item-tit{
        width:initial;
        float:none;
        text-align:left;
        padding-bottom:8px;

    }
    .formcolumn-item .formcolumn-item-ct{
        margin-left:0px;
        
    }
        .formcolumn-item .formcolumn-item-ct .formcom-area, .formcolumn-item .formcolumn-item-ct .formcom-ipt, .formcolumn-item .formcolumn-item-ct .formcom-vcode{
            width:95%;
        }
}