textarea {
    resize: none
}

.content {
    width: 1200px;
    margin: 0 auto
}

    .content .bread {
        width: 100%;
        float: left;
        color: #999;
        margin: 20px 0
    }

        .content .bread a {
            color: #666
        }

            .content .bread a:last-child {
                color: #41d1b8
            }

        .content .bread .sel {
            color: #ff1d5a
        }

    .content .left {
        width: 180px;
        color: #333;
        float: left;
        padding-left: 10px;
    }

        .content .left h1 {
            color: #41D1B8;
        }

            .content .left h1 a {
                color: #41D1B8;
            }

        .content .left p {
            color: #333;
            padding-bottom: 12px;
            padding-top: 12px;
            text-indent: 1em;
        }

.leftNav {
    width: 167px;
    float: left;
    border: 1px solid #eeeeee;
}

.navUl {
    float: left;
    width: 100%;
}

    .navUl li {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #666;
        line-height: 30px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .navUl li:last-child {
            border-bottom: none;
        }

.navUl_lv2 {
    float: left;
    width: 100%;
    overflow: hidden;
    display: none;
}

    .navUl_lv2.show {
        display: block;
    }

    .navUl_lv2 li {
        padding-left: 20px;
    }

        .navUl_lv2 li:hover .redDot1 {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0 0 10px #ff1d5a;
        }

    .navUl_lv2 a {
        color: #666;
        text-decoration: none;
        position: relative;
        display: block;
    }

    .navUl_lv2 li:hover a {
        color: #41D1B8;
    }

.navName {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background: #f8f8f8;
    position: relative;
}

    .navName:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #41D1B8;
        -webkit-transition: width 0.5s;
        -moz-transition: width 0.5s;
        -ms-transition: width 0.5s;
        -o-transition: width 0.5s;
        transition: width 0.5s;
    }

    .navName span {
        float: left;
        font-size: 14px;
        font-weight: bold;
    }

    .navName img {
        float: right;
        margin-top: 8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .navName:hover {
        border-bottom-color: transparent;
    }

        .navName:hover:after {
            animation: navname 0.3s linear;
        }

        .navName:hover img {
            animation: rotateR 0.3s linear;
        }

    .navName.on img {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@keyframes navname {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes rotateR {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateR {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateR {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotateR {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotateR {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.content .right {
    width: 1020px;
    float: right
}

    .content .right .title {
        width: 1020px;
        height: 48px;
        float: left;
        border: 1px solid #e5e5e5;
        border-left: none;
        position: relative;
        margin-bottom: 20px;
    }

        .content .right .title ul {
            width: 100%;
            float: left;
            position: absolute;
            top: -1px;
            left: 0;
            border-left: 1px solid #e5e5e5
        }

            .content .right .title ul li {
                padding: 0 20px;
                line-height: 48px;
                text-align: center;
                float: left;
                border-right: 1px solid #e5e5e5
            }

                .content .right .title ul li.sel {
                    border-top: 1px solid #ff1d5a;
                    background: white;
                    height: 49px;
                }

                .content .right .title ul li a {
                    color: #333333
                }

    .content .right .zq {
        width: 100%;
        float: left
    }

        .content .right .zq span {
            display: block;
            width: 100%;
            float: left;
            font-size: 14px;
            color: #666666;
            margin: 40px 0 10px 0
        }

        .content .right .zq .text {
            width: 790px;
            padding: 0 10px;
            float: left;
            height: 48px;
            border: 1px solid #e5e5e5;
            border-right: none
        }

        .content .right .zq .submit {
            width: 168px;
            height: 50px;
            background: #ff1d5a;
            color: white;
            border: none;
            float: left;
            font-size: 18px;
        }

    .content .right h1 {
        background: url(../images/h1_03.jpg) no-repeat left center;
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .content .right table {
        width: 100%;
        float: left;
        border-bottom: 1px solid #eeeeee;
    }

        .content .right table.one tr td {
            border-top: 1px solid #eeeeee;
            border-left: 1px solid #eeeeee;
            text-align: center;
            padding: 10px 0
        }

        .content .right table.two {
            background: #e6e6e6;
            margin-top: 10px;
            float: left;
            margin-bottom: 10px;
            text-align: center
        }

            .content .right table.two tr td {
                padding: 10px 0
            }

                .content .right table.two tr td .text1 {
                    width: 353px;
                    height: 40px;
                    background: white;
                    border: none;
                    text-align: center
                }

                .content .right table.two tr td .text2 {
                    width: 88px;
                    height: 40px;
                    background: white;
                    border: none;
                    text-align: center
                }

                .content .right table.two tr td .text3 {
                    width: 127px;
                    height: 40px;
                    background: white;
                    border: none;
                    text-align: center
                }

                .content .right table.two tr td .text4 {
                    width: 222px;
                    height: 40px;
                    background: white;
                    border: none;
                    text-align: center
                }

                .content .right table.two tr td .submit {
                    width: 80px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    background: #41d1b8;
                    color: white;
                    border: none;
                    cursor: pointer
                }

        .content .right table.three {
            float: left;
            border-bottom: 1px solid #eeeeee;
            border-right: 1px solid #eeeeee;
            margin-bottom: 10px;
        }

            .content .right table.three thead td {
                padding-left: 10px;
            }

                .content .right table.three thead td span {
                    float: left;
                    margin-left: 10px;
                }

            .content .right table.three tr td {
                border-top: 1px solid #eeeeee;
                border-left: 1px solid #eeeeee;
                padding: 10px 0;
                text-align: center;
                color: #666666;
                font-size: 12px;
            }

                .content .right table.three tr td img {
                    float: left;
                    margin-left: 10px;
                    margin-right: 10px;
                }

                .content .right table.three tr td h2 {
                    float: left;
                    font-size: 12px;
                    font-weight: 400;
                    width: 280px;
                    text-align: left;
                    color: #666666;
                    line-height: 20px;
                }

                .content .right table.three tr td a {
                    color: #666;
                    font-size: 12px;
                }

    .content .right .add1_one {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .content .right .add1_one li {
            width: 50%;
            float: left;
            font-size: 14px;
            line-height: 38px;
            margin-bottom: 10px;
        }

            .content .right .add1_one li span {
                display: block;
                float: left;
                width: 90px;
                text-align: right
            }

            .content .right .add1_one li input {
                float: left;
                width: 230px;
                height: 38px;
                border: 1px solid #e5e5e5;
                padding: 0 5px;
                margin: 0 5px;
            }

            .content .right .add1_one li b {
                color: red;
                float: left
            }

    .content .right .add1_two {
        width: 100%;
        float: left;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        color: #666666;
    }

        .content .right .add1_two tr td {
            border-left: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            text-align: center;
            padding: 5px 0
        }

    .content .right .add1_three {
        width: 100%;
        float: left;
        border-left: 1px solid #41d1b8;
        border: 1px solid #41d1b8;
    }

        .content .right .add1_three tr td {
            padding: 5px 0;
            text-align: center
        }

            .content .right .add1_three tr td .text {
                border: 1px solid#e5e5e5;
                height: 28px;
                width: 90%
            }

            .content .right .add1_three tr td .sub {
                width: 60px;
                height: 30px;
                background: #41d1b8;
                font-size: 14px;
                color: white;
                cursor: pointer;
                border: none;
                border-radius: 5px;
            }

    .content .right .add1_four {
        width: 100%;
        float: left;
        border-left: 1px solid #e5e5e5;
        margin-bottom: 20px
    }

        .content .right .add1_four tr td {
            border-right: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: center;
            padding: 5px 0;
            color: #666666
        }

            .content .right .add1_four tr td a {
                color: black;
                font-weight: bold
            }

    .content .right .add1_five {
        width: 100%;
        float: left;
        margin-bottom: 12px;
    }


        /*.content .right .add1_five li{ width:427px; height:175px; float:left; border:1px solid #eeeeee; padding:25px; font-size:14px; margin-bottom:20px;}*/

        .content .right .add1_five li {
            width: 490px;
            /*height:50px;*/
            float: left;
            border: 1px solid #eeeeee;
            padding: 10px;
            font-size: 14px;
            margin-bottom: 20px;
            margin-right: 10px;
            box-sizing: border-box;
        }

        .content .right .add1_five .sel {
            float: left;
            margin-right: 10px;
        }

        .content .right .add1_five .addMain {
            float: left;
            width: 380px;
        }

        .content .right .add1_five .optbn a {
            display: block;
        }

            .content .right .add1_five .optbn a.del {
                margin-bottom: 10px;
            }

        .content .right .add1_five li input {
            cursor: pointer
        }

        .content .right .add1_five li.ou {
            float: right
        }


        /*.content .right .add1_five li p{ float:left; width:100%; line-height:20px; margin-bottom:20px;}*/

        .content .right .add1_five li p {
            float: left;
            width: 670px;
            line-height: 20px;
            /*margin-bottom:20px;*/
        }

        .content .right .add1_five li.last a {
            display: block;
            width: 427px;
            height: 175px;
            text-align: center;
            line-height: 175px;
            float: left;
            color: #ff1d5a
        }

            .content .right .add1_five li.last a:hover {
                text-decoration: none
            }

    .content .right .add1_six {
        width: 100%;
        float: left;
        text-align: left;
        background: #ececec;
        padding: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .content .right .add1_seven {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
        float: left
    }

        .content .right .add1_seven li {
            /*width: 33.3%;*/
            float: left;
            margin-bottom: 20px;
            margin-right: 20px;
        }

            .content .right .add1_seven li:last-child {
                margin-right: 0;
            }

            .content .right .add1_seven li span {
                color: #666666;
            }

            .content .right .add1_seven li input {
                width: 244px;
                height: 28px;
                border: 1px solid #eeeeee;
                padding: 0 5px;
            }

            .content .right .add1_seven li select {
                width: 244px;
                height: 28px;
                border: 1px solid #eeeeee;
                padding: 0 5px;
            }

    .content .right .add1_eight {
        width: 100%;
        float: left
    }

        .content .right .add1_eight li {
            width: 100%;
            float: left;
            margin-bottom: 10px;
        }

            .content .right .add1_eight li .input {
                float: left;
                width: 16px;
                margin-top: 2px;
                margin-right: 4px;
            }

        .content .right .add1_eight textarea {
            border: 1px solid #eeeeee;
            padding: 5px;
            width: 100%;
            height: 60px;
            box-sizing: border-box;
        }

        .content .right .add1_eight li span {
            float: left;
        }

        .content .right .add1_eight li p {
            width: 1000px;
            float: right;
            margin-top: 10px;
            line-height: 22px;
        }

    .content .right .add_2 {
        width: 477px;
        margin: 0px auto;
        margin-top: 60px;
    }

        .content .right .add_2 table {
            border: none
        }

            .content .right .add_2 table tr td {
                font-size: 14px;
                padding: 5px 0
            }

                .content .right .add_2 table tr td b {
                    color: red;
                    margin-right: 10px;
                }

                .content .right .add_2 table tr td .text {
                    width: 388px;
                    padding: 0 5px;
                    height: 38px;
                    border: 1px solid #e5e5e5
                }

                .content .right .add_2 table tr td .sub {
                    width: 180px;
                    height: 50px;
                    border-radius: 5px;
                    background: #ff1d5a;
                    border: none;
                    cursor: pointer;
                    font-size: 18px;
                    color: white;
                }

                .content .right .add_2 table tr td textarea {
                    width: 388px;
                    height: 115px;
                    padding: 5px;
                    border: 1px solid #e5e5e5
                }

    .content .right .detail_3 {
        width: 100%;
    }

        .content .right .detail_3 h2 {
            font-size: 20px;
            border-bottom: 1px dotted #999999;
            width: 100%;
            text-align: center;
            padding: 10px 0
        }

        .content .right .detail_3 .con {
            line-height: 25px;
            margin-top: 10px;
            min-height: 500px;
        }
        .content .right .detail_3 .con img{
            max-width: 100%;
        }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*zoom:1}
.reveal-modal {
}

    .reveal-modal h1 {
        background: url(../images/address_03.jpg) no-repeat left center;
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
        float: left;
        margin-bottom: 15px
    }

    .reveal-modal ul {
        width: 100%;
        float: left
    }

        .reveal-modal ul li {
            width: 100%;
            float: left;
            padding: 5px 0
        }

            .reveal-modal ul li span {
                display: block;
                width: 90px;
                float: left
            }

            .reveal-modal ul li input.text {
                width: 390px;
                height: 28px;
                border: 1px solid #eeeeee;
                float: left;
                padding: 0 5px;
            }

            .reveal-modal ul li input.submit {
                width: 147px;
                height: 40px;
                background: #ff1d5a;
                color: white;
                font-size: 16px;
                border: none;
                cursor: pointer;
                border-radius: 5px;
            }

.content .right .balance1 {
    width: 100%;
}

    .content .right .balance1 tr td {
        border-left: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        text-align: center;
        padding: 10px 0
    }

.content .right .balance2 {
    width: 100%;
    text-align: center
}

    .content .right .balance2 tr td {
        border-bottom: 1px dashed #eee;
        padding: 10px 0;
        position: relative;
    }

.content .right .detail_5 {
    width: 100%;
    margin-top: 20px;
}

    .content .right .detail_5 p {
        width: 100%;
        float: left;
        color: #666666;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .content .right .detail_5 dl {
        width: 100%;
        background: #eeeeee;
        float: left;
        margin-bottom: 20px;
        height: 50px
    }

        .content .right .detail_5 dl dt {
            width: 12%;
            float: left;
            text-align: center;
            line-height: 50px
        }

            .content .right .detail_5 dl dt.sel {
                background: white;
                border-top: 1px solid #ff1d5a
            }

    .content .right .detail_5 table {
        width: 100%;
        margin-bottom: 20px
    }

        .content .right .detail_5 table tr td {
            border-top: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
            padding: 10px 0
        }

            .content .right .detail_5 table tr td img {
                float: left;
                margin-left: 10px;
            }

            .content .right .detail_5 table tr td span {
                float: left;
                width: 250px;
                text-align: left;
                margin-left: 10px;
                line-height: 25px;
            }

            .content .right .detail_5 table tr td a {
                color: #666666
            }

    .content .right .detail_5 .button {
        width: 100%;
        float: left;
        text-align: right;
        line-height: 30px
    }

        .content .right .detail_5 .button strong {
            font-size: 27px;
            color: #ff1d5a
        }

        .content .right .detail_5 .button input {
            width: 180px;
            height: 50px;
            border-radius: 5px;
            background: #ff1d5a;
            font-size: 18px;
            color: white;
            border: none;
            cursor: pointer;
            margin-top: 10px;
        }

.content .right .detail_6 {
    width: 100%;
    float: left;
}
.cart_detial6{
	width: 1200px !important;
	position: fixed;
    bottom: 0;
    z-index: 99;
    background: #fff;
    left: 50%;
    margin-left: -600px;
    box-shadow: 0px -1px 2px #ddd, 0px 1px 2px #ddd;
    padding: 15px;
}
.cart_detial6.fixed{
	padding: 0;box-shadow: none;position: relative;
}

    .content .right .detail_6 p {
        color: #666666;
        font-size: 14px;
        line-height: 25px;
    }

    .content .right .detail_6 .button {
        width: 100%;
        float: left;
        /*margin-top: 20px;*/
    }

.buttonL {
    float: left;
    width: 52%;
}

.buttonR {
    float: right;
    text-align: right;
}

.shopTips {
    /*margin-top: 10px;*/
    float: left;
    width: 100%;
}

.content .right .detail_6 .button strong {
    font-size: 27px;
    color: #ff1d5a;
}

.content .right .detail_6 .zz1 {
    width: 100%;
    border: none
}

    .content .right .detail_6 .zz1 tr td input {
        margin-top: 5px;
    }

    .content .right .detail_6 .zz1 tr td span {
        float: left;
        color: #666666
    }

    .content .right .detail_6 .zz1 tr td b {
        float: left;
        color: #666666;
        font-weight: 400;
        line-height: 25px;
        margin: 5px 0
    }

.content .right .order4 {
    width: 100%;
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

    .content .right .order4 tr td {
        border-bottom: 1px dashed #d8d8d8;
        padding: 10px 0;
        color: #666666;
        font-size: 14px;
    }

    .content .right .order4 b {
        font-weight: 400;
        color: #ff1d5a
    }

    .content .right .order4 a {
        color: #ff1d5a;
        margin-left: 10px;
    }

.content .right .house1 {
    width: 100%;
    float: left
}

    .content .right .house1 .text {
        width: 190px;
        height: 45px;
        border: 1px solid #e5e5e5;
        float: left;
        padding: 0 5px;
        margin-right: 10px
    }

    .content .right .house1 span {
        float: left;
        line-height: 45px;
        margin-right: 10px;
    }

    .content .right .house1 .sub {
        background: #ff1d5a;
        width: 100px;
        height: 45px;
        line-height: 45px;
        cursor: pointer;
        color: white;
        border: none
    }

.content .right .house_left {
    float: left;
    width: 100%;
}

    .content .right .house_left .sub {
        width: 200px;
        height: 40px;
        background: #ff1d5a;
        font-size: 18px;
        color: white;
        border: none;
        cursor: pointer;
        float: right;
    }

.content .right .house_right {
    width: 100%;
    float: left;
    margin: auto
}

    .content .right .house_right .page {
        margin-top: 20px
    }

.content .right .detail_6 .zz2 {
    margin: 10px 0
}

    .content .right .detail_6 .zz2 tr td {
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        text-align: center;
        padding: 10px 0;
        color: #666666
    }

        .content .right .detail_6 .zz2 tr td span {
            width: 90%;
            display: block;
            margin: 0 auto;
            text-align: left
        }
.Explain
{    
    width: 611px;
    border: 2px solid #41d1b8;
    float: left;
    padding: 20px;
    }
.content .right .detail_6 .d7 {
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px
}

    .content .right .detail_6 .d7 tr td {
        border: 1px solid #e5e5e5;
        padding: 10px 0;
        font-size: 14px;
        color: #666666
    }

        .content .right .detail_6 .d7 tr td .pic {
            float: left;
            margin-left: 10px;
            margin-right: 10px
        }

        .content .right .detail_6 .d7 tr td b {
            width: 170px;
            float: left;
            text-align: left;
            font-weight: 400;
            font-size: 12px;
            color: #666666
        }

        .content .right .detail_6 .d7 tr td div {
            width: 80%;
            float: left;
            text-align: left;
            margin-left: 20px
        }

            .content .right .detail_6 .d7 tr td div span {
                display: block;
                text-align: left;
                font-size: 12px;
                margin-bottom: 10px;
                color: #666666
            }

        .content .right .detail_6 .d7 tr td .text {
            width: 60px;
            height: 22px;
            border: 1px solid #e5e5e5;
            text-align: center
        }

        .content .right .detail_6 .d7 tr td .prev {
            float: left;
            display: block;
            width: 18px;
            height: 18px;
            border: 1px solid #e5e5e5;
            border-right: none;
            color: #333;
            text-decoration: none;
            margin-left: 6px;
        }

        .content .right .detail_6 .d7 tr td .text2 {
            width: 20px;
            height: 18px;
            float: left;
            border: none;
            border-top: 1px solid #e5e5e5;
            border-bottom: 1px solid #e5e5e5;
            text-align: center
        }

        .content .right .detail_6 .d7 tr td .next {
            float: left;
            display: block;
            width: 18px;
            height: 18px;
            border: 1px solid #e5e5e5;
            border-left: none;
            color: #333;
            text-decoration: none
        }

        .content .right .detail_6 .d7 tr td a {
            color: blue
        }

.content .right .index6_1 {
    width: 100%;
    float: left;
}

    .content .right .index6_1 li {
        width: 232px;
        float: left;
        margin-right: 17px;
    }

        .content .right .index6_1 li h2 {
            width: 232px;
            float: left;
            color: #333333;
            font-size: 16px;
            margin: 10px 0
        }

        .content .right .index6_1 li p {
            color: #999999
        }

        .content .right .index6_1 li.no-status {
            margin-right: 0
        }

.content .right .index6_2 {
    width: 100%;
    float: left;
    margin-top: 20px
}

    .content .right .index6_2 li {
        width: 250px;
        float: left;
        margin-right: 60px;
        margin-bottom: 50px
    }

        .content .right .index6_2 li h2 {
            font-size: 16px;
            color: #ff1d5a;
            float: left;
            width: 250px;
            border-left: 3px solid #ff1d5a;
            height: 15px;
            font-weight: 400;
            line-height: 15px;
            padding-left: 5px;
            margin: 10px 0
        }

        .content .right .index6_2 li p {
            width: 100%;
            line-height: 22px;
        }

            .content .right .index6_2 li p a {
                display: block;
                width: 100%;
                float: left;
                font-size: 14px;
                color: #666666
            }

.content .right .index9_info {
    width: 100%;
    background: #ff1d5a;
    padding: 20px
}

    .content .right .index9_info img {
        float: left;
        margin-right: 10px;
        border-radius: 80px;
    }

    .content .right .index9_info .name {
        float: left;
        font-size: 14px;
        color: white;
    }

        .content .right .index9_info .name b {
            font-size: 22px;
            color: white;
            line-height: 50px;
        }

    .content .right .index9_info .jf {
        float: left;
        line-height: 80px;
        margin-left: 40px;
        color: white;
    }

        .content .right .index9_info .jf span {
            color: #fffd37
        }

    .content .right .index9_info a.url {
        float: right;
        display: block;
        width: 145px;
        height: 45px;
        color: white;
        border: 1px solid white;
        text-align: center;
        line-height: 45px;
        margin-top: 20px
    }

.content .right .index9_shop {
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

    .content .right .index9_shop li {
        width: 25%;
        height: 60px;
        float: left;
        border-right: 1px solid #e5e5e5;
        padding: 0px 8px;
        margin: 20px 0;
        font-size: 16px;
        color: #666666;
        line-height: 26px;
        position: relative
    }

        .content .right .index9_shop li a {
            position: absolute;
            padding: 2px 8px;
            border-radius: 5px;
            top: 15px;
            right: 10px;
            background: #41d1b8;
            color: white
        }

        .content .right .index9_shop li b {
            font-size: 18px;
            color: #333
        }

        .content .right .index9_shop li.no-status {
            border-right: none
        }

.content .right .index9_table {
    width: 100%;
    float: left
}

    .content .right .index9_table tr td {
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        font-size: 14px;
        color: #666666;
        text-align: center;
        padding: 10px 0
    }

.content .right .index10 {
    width: 102%;
    float: left
}

    .content .right .index10 li {
        width: 502px;
        height: 167px;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
        padding: 10px 3px 15px 3px;
        position: relative
    }

        .content .right .index10 li h2 {
            color: #666666;
            font-size: 14px;
            font-weight: 400;
            /*width: 160px;*/
            padding-left: 10px;
            line-height: 24px;
        }

        .content .right .index10 li .bz {
            float: left;
            margin-left: 10px;
            font-size: 14px;
            color: white;
            background: #ff1d5a;
            width: 78px;
            height: 26px;
            display: block;
            text-align: center;
            line-height: 26px;
            border-radius: 5px;
        }

        .content .right .index10 li .del {
            float: left;
            display: block;
            width: 78px;
            height: 26px;
            border: 1px solid #ff1d5a;
            color: #ff1d5a;
            border-radius: 5px;
            text-align: center;
            line-height: 24px;
            margin-left: 10px;
        }

        .content .right .index10 li span.Recommend_icon {
            display: block;
            width: 140px;
            height: 29px;
            padding-top: 5px;
            border-radius: 0;
            color: white;
            font-size: 12px;
            text-align: center;
            line-height: 26px;
            position: absolute;
            background: url(/images/listbg.png) no-repeat;
            top: -3px;
            left: -1px;
            z-index: 1;
            background-size: cover;
        }

        .content .right .index10 li.no-status {
            margin-right: 0
        }

.content .right .index11 {
    width: 100%;
    float: left
}

    .content .right .index11 .bt {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .content .right .index11 .bt h2 {
            font-size: 14px;
            color: #333333;
            margin-bottom: 2px;
        }

        .content .right .index11 .bt b {
            font-size: 12px;
            color: #999999
        }

    .content .right .index11 ul {
        width: 100%;
        float: left
    }

        .content .right .index11 ul li {
            width: 100%;
            font-size: 12px;
            border-bottom: 1px dashed #d8d8d8;
            padding: 20px 0 20px 40px;
            float: left;
        }

            .content .right .index11 ul li.ask {
                background: url(../images/index11_03.png) no-repeat left center
            }

            .content .right .index11 ul li.ans {
                background: url(../images/index11_06.png) no-repeat left center
            }

            .content .right .index11 ul li.noread {
                background-color: #eafaf7;
            }

            .content .right .index11 ul li.flag {
                background-color: #ffe4eb;
            }

            .content .right .index11 ul li.ans span {
                color: #999999;
                font-size: 12px;
                margin-top: 5px;
            }

.content .right .gd {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

    .content .right .gd .submit {
        float: left;
        width: 150px;
        height: 40px;
        cursor: pointer;
        border: none;
        background: #ff1d5a;
        border-radius: 5px;
        color: white;
        font-size: 18px;
    }

    .content .right .gd .hj {
        float: right;
        text-align: right
    }

.content .right .detail_8 {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #666666
}

.content .right .personal {
    width: 520px;
    float: left;
    text-align: center;
    margin-left: 100px;
    margin-top: 100px;
}

    .content .right .personal ul {
        width: 100%;
        float: left
    }

        .content .right .personal ul li {
            width: 100%;
            float: left;
            padding: 10px 0
        }

            .content .right .personal ul li .text {
                width: 398px;
                height: 38px;
                border: 1px solid #e5e5e5;
                border-right: 0;
                float: left
            }

            .content .right .personal ul li .sub {
                width: 118px;
                height: 40px;
                background: #41d1b8;
                font-size: 18px;
                color: white;
                border: none;
                cursor: pointer;
                float: left
            }

.content .right .mail {
    width: 100%;
    float: left
}

    .content .right .mail ul {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

        .content .right .mail ul li {
            position: relative;
            width: 100%;
            float: left;
            margin: 10px 0;
            /*text-align: center;*/
            /*line-height: 20px;*/
        }

            .content .right .mail ul li > span {
                display: block;
                width: 210px;
                text-align: right;
                float: left;
                line-height: 40px;
            }

            .content .right .mail ul li input.text {
                float: left;
                width: 400px;
                height: 40px;
                border: 1px solid #e5e5e5
            }

.stuVal {
    position: absolute;
    top: 20px;
    left: 0;
}

    .stuVal input {
        border: 1px solid #555;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        color: #666;
        padding-left: 4px;
        padding-right: 4px;
    }

.ztext {
    text-align: center;
    width: 400px;
    height: 40px;
    border: 1px solid #e5e5e5
}

.content .right .mail ul li input.sub {
    width: 260px;
    height: 36px;
    background: #ff1d5a;
    font-size: 18px;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.content .right .mail ul li b {
    font-size: 20px;
    line-height: 40px;
}

.content .right .mail ul li textarea {
    width: 410px;
    height: 180px;
    border: 1px solid #e5e5e5;
    padding: 4px;
}

.content .right .address {
    width: 100%;
    float: left
}

    .content .right .address h2 {
        width: 120px;
        height: 40px;
        border: 1px solid #41d1b8;
        text-align: center;
        line-height: 40px;
        float: left;
        color: #333333;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 400
    }

    .content .right .address table {
        width: 978px;
        margin-bottom: 10px
    }

        .content .right .address table tr td {
            border-top: 1px solid #e5e5e5;
            border-left: 1px solid #e5e5e5;
            color: #666666;
            font-size: 14px;
            padding: 10px 0;
            text-align: center
        }

    .content .right .address p {
        width: 978px;
        border: 1px solid #e5e5e5;
        float: left;
        text-align: center;
        padding: 50px 0
    }

.content .category {
    width: 100%;
    float: left
}

    .content .category li {
        width: 25%;
        float: left
    }

        .content .category li h1 {
            background: url(../images/address_03.jpg) no-repeat left center;
            padding-left: 10px;
            color: #ff1d5a;
            font-size: 18px;
            float: left;
            margin-bottom: 10px
        }

        .content .category li p {
            width: 100%;
            float: left;
            line-height: 25px;
            margin-bottom: 10px
        }

            .content .category li p a {
                display: block;
                width: 90%;
                float: left;
                color: #333333;
                font-size: 14px;
            }

.content .detail1 {
    width: 1200px;
    float: left;
    float: left;
    min-height: 494px;
    /*height:630px*/
}

    .content .detail1 .right-extra {
        float: left;
        width: 400px;
    }

        .content .detail1 .right-extra p {
            float: left;
            margin-top: 10px;
        }

            .content .detail1 .right-extra p a {
                margin-right: 5px;
            }

    .content .detail1 .detail1_right {
        width: 780px;
        float: right;
        margin-left: 20px
    }

        .content .detail1 .detail1_right .ps {
            float: left
        }

        .content .detail1 .detail1_right .ckylj {
            display: block;
            width: 150px;
            height: 25px;
            line-height: 25px;
            background-color: #ff1d5a;
            color: white;
            border-radius: 12px;
            text-align: center;
            float: left;
            margin-left: 40px
        }
        .content .detail1 .detail1_right .check_allshop {
            display: block;
            width: 150px;
            height: 25px;
            line-height: 25px;
            border-radius: 12px;
            text-align: center;
            float: left;
            margin-left: 25px;
		    background: #fff;
		    color: #ff1d5a;
		    border: 1px solid #ff1d5a;
        }

        .content .detail1 .detail1_right h2 {
            font-size: 18px;
            line-height: 25px;
        }

        .content .detail1 .detail1_right table {
        }

            .content .detail1 .detail1_right table tr td {
                padding: 5px 0;
                font-size: 16px;
                color: #666666;
                line-height: 25px
            }

                .content .detail1 .detail1_right table tr td .text {
                    width: 240px;
                    height: 28px;
                    border: 1px solid #e5e5e5;
                    padding: 0 5px;
                }

                .content .detail1 .detail1_right table tr td textarea {
                    width: 450px;
                    height: 100px;
                    border: 1px solid #e5e5e5;
                }

                .content .detail1 .detail1_right table tr td .button1 {
                    width: 160px;
                    height: 45px;
                    background: #ff1d5a;
                    color: white;
                    font-size: 16px;
                    border: none;
                    cursor: pointer;
                    border-radius: 5px;
                    margin-left: 70px
                }

                .content .detail1 .detail1_right table tr td .button2 {
                    width: 160px;
                    height: 45px;
                    background: white;
                    color: #ff1d5a;
                    font-size: 16px;
                    border: none;
                    cursor: pointer;
                    border-radius: 5px;
                    border: 1px solid #ff1d5a;
                    margin-left: 50px;
                }

            .content .detail1 .detail1_right table tr.size td a {
                display: block;
                width: 50px;
                height: 28px;
                border: 1px solid #e5e5e5;
                text-align: center;
                line-height: 28px;
                float: left;
                margin-right: 5px;
                margin-top: 5px;
            }

            .content .detail1 .detail1_right table tr.online td a {
                display: block;
                width: 23px;
                height: 23px;
                text-align: center;
                line-height: 23px;
                float: left;
                background: #ededed;
                border: 1px solid #d1d1d1;
                font-size: 21px
            }

            .content .detail1 .detail1_right table tr.online td input {
                width: 60px;
                height: 23px;
                background: #ffffff;
                text-align: center;
                line-height: 23px;
                float: left;
                border: none;
                border-top: 1px solid #d5d5d5;
                border-bottom: 1px solid #d5d5d5
            }

.content .detail2 {
    width: 213px;
    border: 1px solid #e5e5e5;
    position: fixed;
    right: 0;
}

    .content .detail2 h2 {
        width: 100%;
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 16px;
        color: #666666;
        font-weight: 400;
        border-bottom: 1px solid #e5e5e5;
    }

    .content .detail2 ul {
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px dashed #41d1b8;
        padding-bottom: 20px;
    }

        .content .detail2 ul li {
            margin-top: 20px
        }

            .content .detail2 ul li a {
                display: block;
                width: 100%;
                height: 35px;
                line-height: 35px;
                border-radius: 35px;
                background: #41d1b8;
                margin: 0 auto;
                text-align: center;
                color: white;
                text-decoration: none
            }

    .content .detail2 h3 {
        width: 70%;
        margin: 0 auto;
        background: url(../images/contact_06.jpg) no-repeat left center;
        padding-left: 25px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .content .detail2 p {
        width: 150px;
        margin: 0 auto
    }

        .content .detail2 p a {
            /*background:url(../images/ali_03.jpg) no-repeat left center; padding-left:20px;*/
            border-bottom: 1px dashed #dddddd;
            display: block;
            width: 130px;
            float: left;
            padding: 15px 0 15px 0px
        }

.content .detail3 {
    width: 1198px;
    float: left;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

    .content .detail3 li {
        width: 20%;
        height: 85px;
        float: left;
        border-right: 1px dashed #d2d2d2;
        padding-left: 30px;
        margin: 10px 0
    }

        .content .detail3 li img {
            float: left;
            margin-right: 10px;
        }

        .content .detail3 li h1 {
            float: left;
            width: 115px;
            font-size: 16px;
        }

        .content .detail3 li p {
            float: left;
            width: 115px;
            font-size: 14px;
            margin-top: 5px;
            line-height: 20px;
        }

        .content .detail3 li.no-status {
            border-right: none
        }

.content .detail4 {
    width: 1198px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

    .content .detail4 .title {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #e5e5e5;
        position: relative
    }

        .content .detail4 .title ul {
            width: 100%;
            position: absolute;
            top: -1px;
            left: 0;
        }

            .content .detail4 .title ul li {
                width: 190px;
                float: left;
                text-align: center;
                font-size: 16px;
                line-height: 50px;
                background: white;
                border-right: 1px solid #e5e5e5;
                border-top: 1px solid #e5e5e5;
                cursor: pointer
            }

                .content .detail4 .title ul li.sel {
                    border-top: 2px solid #bf2223
                }

    .content .detail4 .con {
        width: 1158px;
        padding: 20px;
    }

        .content .detail4 .con table tr td {
            padding: 10px 0;
            line-height: 25px;
        }

.content .index7 {
    width: 1198px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    float: left;
    position: relative
}

    .content .index7 ul {
        width: 1198px;
        position: absolute;
        left: 0;
        top: -1px;
    }

        .content .index7 ul li {
            width: 110px;
            float: left;
            text-align: center;
            border-right: 1px solid #e5e5e5
        }

            .content .index7 ul li.sel {
                border-top: 2px solid #ff1d5a;
                height: 48px;
                background: white;
            }

.content .index7_1 {
    width: 1198px;
    float: left;
    margin-top: 20px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

    .content .index7_1 tr td {
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        color: #666666
    }

        .content .index7_1 tr td .text {
            border: 1px solid #e5e5e5;
            width: 250px;
            height: 33px;
            padding: 0 5px;
        }

        .content .index7_1 tr td a {
            color: #ff1d5a
        }

        .content .index7_1 tr td select {
            width: 250px;
            height: 36px;
        }

        .content .index7_1 tr td b {
            color: #ff1d5a;
            font-size: 24px;
        }

        .content .index7_1 tr td span {
            display: block;
            margin: 10px 0
        }

            .content .index7_1 tr td span i {
                color: #ff1d5a;
                font-style: normal
            }

        .content .index7_1 tr td .sub {
            width: 180px;
            height: 50px;
            background: #ff1d5a;
            font-size: 18px;
            color: white;
            border: none;
            cursor: pointer
        }

.content .index8 {
    width: 1198px;
    float: left;
    border: 1px solid #e5e5e5;
}

    .content .index8 h1 {
        width: 1000px;
        border-left: 3px solid #41d1b8;
        height: 15px;
        font-size: 16px;
        color: #333333;
        line-height: 16px;
        margin: 35px 0 0 35px;
        padding-left: 5px;
    }

    .content .index8 table {
        width: 100%;
        float: left;
        margin: 70px 0
    }

        .content .index8 table tr td {
            padding: 10px 0
        }

            .content .index8 table tr td .text {
                width: 400px;
                height: 40px;
                border: 1px solid #e5e5e5;
                padding: 0 5px;
            }

            .content .index8 table tr td .submit {
                float: left
            }

.content .cate {
    width: 100%;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 20px;
}

    .content .cate span {
        float: left;
        display: block;
        width: 60px;
        line-height: 25px;
    }

    .content .cate p {
        float: left;
        width: 1080px;
        line-height: 25px;
    }

        .content .cate p a {
            display: block;
            width: 210px;
            float: left;
            font-size: 14px;
            color: #333333
        }

.content .sort {
    width: 100%;
    height: 48px;
    line-height: 48px;
    float: left;
    padding-right: 20px;
}

    .content .sort b {
        float: left;
        font-size: 18px;
        color: #ff1d5a;
        font-weight: 400;
    }

    .content .sort p {
        float: left;
        margin-left: 20px;
    }

        .content .sort p a {
            margin-left: 10px;
            font-size: 14px;
            color: #666666
        }

.content .list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .content .list li {
        width: 220px;
        float: left;
        margin-right: 24px;
        margin-bottom: 24px;
    }

        .content .list li .imgBox {
            height: 220px;
            width: 220px;
            text-align: center;
            margin-bottom: 8px;
        }

            .content .list li .imgBox:hover {
                ilter: alpha(opacity=80);
                opacity: 0.8;
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
            }

        .content .list li h2 {
            width: 202px;
            padding: 0 10px;
            font-size: 14px;
            color: #333333;
            font-weight: 400;
            margin: 10px 0
        }

        .content .list li h3 {
            float: left;
            text-align: left;
            font-size: 13px;
            color: #ff1d5a;
            font-weight: 400;
        }

        .content .list li span {
            float: right;
            text-align: right;
            color: #999
        }

        .content .list li.no-status {
            margin-right: 0
        }

.content .list3_left {
    width: 98px;
    border: 1px solid #eeeeee;
    border-top: none;
    float: left
}

    .content .list3_left h2 {
        border-bottom: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        text-align: center;
        font-size: 16px;
        color: #333333;
        padding: 10px 0
    }

    .content .list3_left p {
        width: 100%;
        margin-bottom: 10px;
    }

        .content .list3_left p a {
            display: block;
            width: 100%;
            text-align: center;
            color: #666666;
            font-size: 14px;
            margin-top: 10px;
        }

.content .register {
    width: 100%;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 30px;
}

    .content .register h1 {
        width: 80%;
        font-weight: 400;
        height: 16px;
        line-height: 16px;
        border-left: 3px solid #41d1b8;
        padding-left: 5px;
        font-size: 16px;
        text-align: left;
        float: left;
        margin-bottom: 30px
    }

    .content .register .Rleft {
        width: 50%;
        float: left;
        border-right: 1px dashed #e5e5e5
    }

        .content .register .Rleft tr td {
            padding: 10px 0
        }

            .content .register .Rleft tr td .text {
                width: 350px;
                height: 38px;
                border: 1px solid #e5e5e5;
                margin-left: 10px
            }

            .content .register .Rleft tr td .sub {
                width: 180px;
                height: 50px;
                background: #ff1d5a;
                font-size: 18x;
                color: white;
                margin-left: 10px;
                cursor: pointer;
                border: none;
                border-radius: 5px;
            }

    .content .register .Rright {
        width: 49%;
        float: left;
        text-align: center;
        color: #666666
    }

        .content .register .Rright img {
            border: 1px solid #e6e6e6;
            border-radius: 143px;
            margin: 40px 0
        }

        .content .register .Rright a {
            color: #ff1d5a;
            margin-left: 10px
        }

.content .reset {
    width: 1138px;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 30px;
}

    .content .reset h1 {
        width: 80%;
        font-weight: 400;
        height: 16px;
        line-height: 16px;
        border-left: 3px solid #41d1b8;
        padding-left: 5px;
        font-size: 16px;
        text-align: left;
        float: left;
        margin-bottom: 30px
    }

    .content .reset table {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #666666
    }

        .content .reset table tr td {
            padding: 10px 0
        }

            .content .reset table tr td .text {
                width: 398px;
                height: 38px;
                border: 1px solid #e5e5e5
            }

            .content .reset table tr td .sub {
                width: 180px;
                height: 50px;
                background: #ff1d5a;
                font-size: 18px;
                color: white;
                border: none;
                cursor: pointer
            }

.login {
    width: 1200px;
    background: url(../images/login_03.png) no-repeat center center;
    height: 584px;
    margin: 0 auto
}

    .login .login_in {
        width: 390px;
        height: 460px;
        border-top: 3px solid #ff1d5a;
        background: url(../images/login1_06.png);
        float: right;
        margin-top: 54px;
        margin-right: 68px;
        text-align: center
    }

        .login .login_in h1 {
            width: 80%;
            margin: 0px auto;
            margin-top: 50px;
            font-weight: 400;
            height: 16px;
            line-height: 16px;
            border-left: 3px solid #41d1b8;
            padding-left: 5px;
            font-size: 16px;
            text-align: left
        }

        .login .login_in ul {
            width: 80%;
            margin: 0 auto;
            margin-top: 50px;
        }

            .login .login_in ul li {
                width: 100%;
                float: left;
                margin-top: 15px
            }

                .login .login_in ul li span {
                    float: left;
                    width: 70px;
                    height: 40px;
                    line-height: 40px;
                    display: block;
                    text-align: right;
                }

                .login .login_in ul li input {
                    width: 220px;
                    height: 40px;
                    padding: 0 5px;
                    border: 1px solid #e5e5e5;
                    background: none
                }

        .login .login_in .sub {
            background: #ff1d5a;
            width: 180px;
            height: 50px;
            line-height: 50px;
            border-radius: 5px;
            margin: 0 auto;
            margin-top: 50px;
            margin-bottom: 50px;
            font-size: 18px;
            color: white;
            border: none;
            cursor: pointer
        }

        .login .login_in p {
            width: 80%;
            margin: 0px auto
        }

            .login .login_in p a {
                margin-left: 10px;
                color: #41d1b8
            }

.content .list3_right {
    width: 1080px;
    float: right;
    min-height: 400px;
}

    .content .list3_right h1 {
        width: 80%;
        float: left;
        height: 16px;
        line-height: 16px;
        border-left: 3px solid #41d1b8;
        padding-left: 5px;
        font-size: 16px;
    }

    .content .list3_right ul {
        width: 100%;
        float: left;
        margin-top: 20px
    }

        .content .list3_right ul li {
            width: 100%;
            border-bottom: 1px dashed #ebebeb;
            background: url(../images/jiantou_07.jpg) no-repeat 10px center;
            height: 40px;
            line-height: 40px
        }

            .content .list3_right ul li a {
                float: left;
                margin-left: 20px;
                color: #666666;
                font-size: 14px;
            }

            .content .list3_right ul li span {
                float: right;
                margin-right: 10px;
                color: #bbbbbb
            }

.index_1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    display: table;
}

    .index_1 .left {
        width: 190px;
        height: 490px;
        float: left
    }

        .index_1 .left h1 {
            width: 190px;
            background: url(../images/h11_03.jpg) no-repeat 10px center #ff1d5a;
            height: 37px;
            line-height: 37px;
            padding-left: 56px;
            font-size: 16px;
            color: #fff;
        }

        .index_1 .left ul {
            width: 190px;
            height: 451px;
            float: left;
            border: 1px solid #e5e5e5;
            position: relative;
        }

            .index_1 .left ul li {
                width: 188px;
                height: 34px;
                line-height: 34px;
                float: left;
                border-bottom: 1px solid #f1f1f1;
            }

                .index_1 .left ul li a.title {
                    display: block;
                    width: 178px;
                    background: url(../images/jiantou_07.jpg) no-repeat 170px center;
                    padding-left: 10px;
                    font-size: 14px;
                    color: #333333
                }

                .index_1 .left ul li dl {
                    position: absolute;
                    width: 405px;
                    min-height: 453px;
                    /*height:453px;*/
                    border: 1px solid #f1f1f1;
                    left: 188px;
                    top: 0;
                    background: white;
                    z-index: 5;
                    display: none
                }

                    .index_1 .left ul li dl dt {
                        width: 180px;
                        height: 34px;
                        line-height: 34px;
                        float: left;
                        margin-left: 15px;
                        border-bottom: 1px solid #f1f1f1
                    }

                        .index_1 .left ul li dl dt a {
                            display: block;
                            width: 100%;
                            height: 34px;
                            color: #333;
                            padding: 0 5px;
                        }

    .index_1 .center {
        width: 810px;
        height: 490px;
        float: left;
        margin-left: 5px;
    }

.imgbox {
    width: 810px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

    .imgbox .clear {
        overflow: hidden;
        clear: both;
        width: 0px;
        height: 0px;
    }

    .imgbox ul {
        padding: 0px;
        margin: 0px;
    }

        .imgbox ul li {
            float: left;
            list-style: none;
        }

            .imgbox ul li.select {
                display: block;
            }

    .imgbox .imgnum span {
        margin-left: 5px;
        width: 14px;
        height: 3px;
        display: inline-block;
        background-color: #fff;
        cursor: pointer;
        overflow: hidden;
        text-indent: 99em;
    }

        .imgbox .imgnum span.onselect {
            background-color: #ff1d5a;
        }

    .imgbox .imgnum {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
    }

.index_1 .right {
    width: 190px;
    height: 492px;
    float: right;
}

    .index_1 .right .carousel {
        width: 100%;
        float: left;
        position: relative;
        height: 160px;
        margin-bottom: 4px;
        overflow: hidden;
    }

        .index_1 .right .carousel .ad {
            float: left;
            margin-left: 6px;
        }

        .index_1 .right .carousel .num {
            float: right;
            font-size: 12px;
            color: #333;
            margin-top: 10px;
            margin-right: 5px;
        }

            .index_1 .right .carousel .num b,
            .index_1 .right .carousel .num i {
                font-style: normal;
                font-size: 12px;
                color: #333;
                font-weight: 400
            }

        .index_1 .right .carousel .next {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -15px;
            background: rgba(0, 0, 0, .15);
            width: 16px;
            height: 30px;
            z-index: 9;
        }

            .index_1 .right .carousel .next em {
                background-image: url(../images/arrow_right.png);
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                display: inline-block;
                height: 30px;
                cursor: pointer;
            }

            .index_1 .right .carousel .next:hover {
                opacity: 0.5;
            }

        .index_1 .right .carousel .prev {
            display: inline-block;
            position: absolute;
            background: rgba(0, 0, 0, .15);
            width: 16px;
            height: 30px;
            left: 0;
            top: 50%;
            margin-top: -15px;
            z-index: 9;
        }

            .index_1 .right .carousel .prev em {
                background-image: url(../images/arrow_left.png);
                background-position: center;
                background-repeat: no-repeat;
                width: 16px;
                display: inline-block;
                height: 30px;
                cursor: pointer;
            }

            .index_1 .right .carousel .prev:hover {
                opacity: 0.5;
            }

    .index_1 .right .main .jCarouselLite {
        width: 100%;
        float: left;
        text-align: center;
        height: 164px;
        font-size: 12px;
    }

    .index_1 .right .carousel .jCarouselLite ul li span {
        color: #666;
        margin: 5px 0
    }

    .index_1 .right .carousel .jCarouselLite ul li b {
        font-size: 18px;
        color: #d00000
    }

    .index_1 .right .main1 .jCarouselLite {
        width: 160px;
        float: left;
        text-align: center;
        font-size: 12px;
    }

        .index_1 .right .main1 .jCarouselLite img {
            float: left;
        }

.index_2 {
    width: 1200px;
    margin: 0 auto;
    display: table;
}

    .index_2 .bt {
        width: 100%;
        float: left;
        height: 30px;
        line-height: 30px;
        position: relative;
        margin-bottom: 18px;
        padding-right: 15px;
    }

        .index_2 .bt h1 {
            /*width:125px;*/
            height: 30px;
            border-bottom: 2px solid #41d1b8;
            font-size: 16px;
            color: #333;
            font-weight: 400;
            display: inline-block;
        }

        .index_2 .bt a {
            color: #666;
            display: inline-block;
            margin-left: 20px;
        }

            .index_2 .bt a:hover {
                color: #999;
            }

    .index_2 ul {
        width: 100%;
        float: left;
    }

        .index_2 ul li {
            box-sizing: border-box;
            width: 225px;
            padding: 4px;
            float: left;
            border: 1px solid #e2e2e2;
            margin-right: 18px;
            text-align: center;
            margin-bottom: 18px;
        }

            .index_2 ul li:nth-of-type(5n) {
                margin-right: 0;
            }

            .index_2 ul li .picbox {
                height: 215px;
                overflow: hidden;
                margin-bottom: 8px;
            }

                .index_2 ul li .picbox:hover img {
                    -webkit-transform: scale(1.05);
                    -moz-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    -o-transform: scale(1.05);
                    transform: scale(1.05);
                }

                .index_2 ul li .picbox img {
                    width: 100%;
                    -webkit-transition: all 0.5s ease-out;
                    -moz-transition: all 0.5s ease-out;
                    -ms-transition: all 0.5s ease-out;
                    -o-transition: all 0.5s ease-out;
                    transition: all 0.5s ease-out;
                }

            .index_2 ul li img {
                width: 100%;
            }

            .index_2 ul li h2 {
                font-size: 14px;
                color: #666666;
                font-weight: 400;
                margin: 10px 0;
                text-align: left
            }

            .index_2 ul li span.price {
                float: left;
                color: #333;
                font-size: 13px;
            }

            .index_2 ul li span {
                float: right;
                color: #999;
                font-size: 12px;
            }

            .index_2 ul li.no-status {
                margin-right: 0
            }

.index_3 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

    .index_3 .shop {
        background: url(../images/index3_03.png) no-repeat center center;
        height: 960px;
        border: 1px solid white
    }

        .index_3 .shop .shop_in {
            background: url(../images/shop_03.png) no-repeat;
            width: 660px;
            height: 440px;
            margin: 0px auto;
            margin-top: 330px;
            padding-top: 20px;
            text-align: center
        }

            .index_3 .shop .shop_in span {
                display: block;
                font-size: 15px;
                color: white;
                line-height: 25px;
                width: 540px;
                text-align: center;
                margin: 0 auto;
                margin-top: 50px;
            }

            .index_3 .shop .shop_in .button {
                border: 1px solid #99ffed;
                padding: 6px 6px;
                color: #99ffed;
                margin-top: 100px
            }

            .index_3 .shop .shop_in .address {
                color: white;
            }

                .index_3 .shop .shop_in .address:hover {
                    text-decoration: none
                }

    .index_3 .step {
        width: 100%;
        float: left;
    }

        .index_3 .step li {
            width: 190px;
            height: 280px;
            float: left;
            border: 1px solid #e5e5e5;
            margin-right: 60px;
            text-align: center
        }

            .index_3 .step li img {
                margin-top: 45px;
                margin-bottom: 20px;
            }

            .index_3 .step li h1 {
                width: 160px;
                height: 30px;
                font-size: 14px;
                color: #666666;
                margin: 0px auto
            }

            .index_3 .step li h3 {
                font-size: 16px;
                color: #333333;
                margin-bottom: 20px;
            }

            .index_3 .step li b {
                width: 60px;
                border-bottom: 2px solid #ff1d5a;
                display: block;
                margin: 0 auto;
                margin-top: 50px
            }

            .index_3 .step li.no-status {
                margin-right: 0
            }

    .index_3 h2 {
        width: 90%;
        float: left;
        font-size: 16px;
        color: #333333;
        border-left: 4px solid #ff1d5a;
        padding-left: 10px;
        font-weight: 400;
        margin: 20px 0
    }

    .index_3 ul.hot {
        width: 100%;
        float: left;
    }

        .index_3 ul.hot li {
            width: 183px;
            float: left;
            text-align: center;
            margin-right: 20px;
            margin-bottom: 20px
        }

            .index_3 ul.hot li.no-status {
                margin-right: 0
            }

.index_4 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

    .index_4 .imgbox {
        float: left
    }

    .index_4 .form {
        width: 396px;
        height: 619px;
        background: url(../images/123_03.png);
        float: right;
        text-align: center
    }

        .index_4 .form h1 {
            font-size: 27px;
            color: white;
            font-weight: 400;
            float: left;
            margin-top: 90px;
            margin-left: 35px;
        }

        .index_4 .form textarea {
            width: 290px;
            height: 115px;
            float: left;
            margin-top: 10px;
            margin-left: 35px;
            padding: 5px;
        }

        .index_4 .form .text {
            width: 205px;
            height: 45px;
            float: left;
            background: white;
            line-height: 45px;
            padding: 0 5px;
            margin-top: 10px;
            margin-left: 35px;
        }

        .index_4 .form .text2 {
            width: 76px;
            height: 49px;
            background: white;
            float: left;
            margin-top: 10px;
            margin-left: 6px;
            border: none;
            text-align: center
        }

        .index_4 .form .sub {
            width: 110px;
            height: 38px;
            border: 1px solid #41d1b8;
            color: #41d1b8;
            text-align: center;
            line-height: 38px;
            background: none;
            float: left;
            margin-left: 35px;
            margin-top: 50px;
        }

    .index_4 table {
        width: 860px;
        margin: 0 auto;
    }

        .index_4 table tr td {
            text-align: center;
            padding: 50px 0
        }

            .index_4 table tr td .gs {
                background: #ff1d5a;
                padding: 12px 50px;
                color: white;
            }

            .index_4 table tr td .wt {
                border: 1px solid #ff1d5a;
                color: #ff1d5a;
                padding: 12px 50px;
            }

.content .right .exchange {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .content .right .exchange ul {
        display: table;
        margin: auto;
        text-align: center;
    }

        .content .right .exchange ul li {
            margin-bottom: 30px;
            font-size: 16px;
        }

    .content .right .exchange input {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        height: 24px;
        padding: 4px;
        border: 1px solid #555;
        margin-right: 4px;
    }

    .content .right .exchange span#rmb {
        margin-left: 4px;
        font-weight: bold;
        font-size: 18px;
    }

.important_Notice {
    width: 100%;
    border: 2px solid #65c9f7;
    padding: 15px;
}

    .important_Notice ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e5e5e5;
    }

    .important_Notice .time {
        color: black;
        font-size: 16px;
    }

    .important_Notice .notice_title {
        margin-left: 50px;
        color: black;
        font-size: 16px;
    }

.user_Notice {
    width: 100%;
    border: 2px solid #faa6c5;
    padding: 15px;
    margin-top: 10px;
    background-color: #fcf3ce;
}

    .user_Notice ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e5e5e5;
    }

    .user_Notice .time {
        color: black;
        font-size: 16px;
    }

    .user_Notice .notice_title {
        margin-left: 50px;
        color: black;
        font-size: 16px;
    }

    .user_Notice .biaoti {
        font-size: 19px;
        font-weight: bold;
    }

.user_help {
    width: 45%;
    min-height: 150px;
    padding: 20px;
    border: 2px solid #10e577;
    margin-top: 10px;
    float: left;
}

    .user_help .biaoti {
        font-size: 15px;
        font-weight: bold;
    }

.workday {
    width: 55%;
    float: left;
}
.fundlist_search{margin-bottom: 10px !important;}
.fundlist_search li{width: auto !important;}
.fundlist_search li span{width: 80px !important;}
.fundlist_search input[type=text]{width: 150px !important;}
.fundlist_search .fundlist_date input[type=submit]{width: 100px !important;}
.fundlist_search .btn_main.fr{height: 38px;}
.Agent_bottomtd{text-align:right !important; padding-right:10px !important;}
.Agent_bottomtd>div{overflow: hidden;}
.Agent_bottomtd>div>p{height: 30px;line-height: 30px;margin-left: 8px;}
/*.Agent_bottomtd .agent_add{color: #fff;font-size: 15px;background: #41d1b8;padding: 5px 10px;font-weight: 100;border-radius: 2px;margin-bottom: 5px;display: inline-block;}*/
.Agent_bottomtd .agent_add{margin-bottom: 5px;display: inline-block;}
.Agent_bottomtd .agent_add small{color: #817e7e;padding: 3px 7px;border: 2px solid #ff1d5a;}
.Agent_bottomtd .agent_add small:first-child{border: 2px solid #41d1b8;}
.Agent_bottomtd .agent_add small:last-child{border: 2px solid #6099e8;}
