﻿/*common*/
html {
    height: 100%;
    background: #fff;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    font-family: tahoma,"Microsoft YaHei",arial,simsun,"宋体",sans-serif;
    font-size: 14px;
    background-color: #fff;
}

ul, li, h1, h3, p {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: 0;
}

input {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    display: none;
}

ul, li {
    list-style: none;
}

input, textarea {
    outline: none;
    box-sizing: border-box;
    resize: none;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.maincolor {
    color: #458eee !important;
}

.mainbgcolor {
    background-color: #458eee !important;
}

.mainbordercolor {
    border-color: #458eee !important;
}

.centerbox {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 50%;
    font-size: 14px;
    background: #fff;
    background-clip: padding-box;
    z-index: 101;
    box-shadow: 2px 2px 4px #999;
    max-width: 500px;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    line-height: 0;
    padding: 5% 11%;
    font-size: 100%;
    text-align: center;
    border-radius: 3px;
    border: none;
    background-color: #458eee;
    color: white;
    text-decoration: none;
    box-sizing: border-box;
}

.ipts1 {
    width: 100%;
    background: #f5f5f5;
    height: 35px;
    padding: 3%;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.goleft, .goright {
    display: inline-block;
    position: relative;
}

    .goleft:after, .goright:after {
        content: "";
        position: absolute;
        left: 40%;
        top: 29%;
        padding: 11%;
        border: solid #000;
        border-width: 2px 0 0 2px;
        transform: rotate(-45deg);
    }

    .goright:after {
        transform: rotate(135deg);
    }
/*common end*/
/*util*/
.isol {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100;
    opacity: 0.5;
    display: none;
}

.middlecenter {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.closes1 {
    position: absolute;
    right: 5%;
    top: 0;
    padding: 3%;
    border: 1px solid #666;
    border-radius: 1000px;
    margin-top: 4%;
    transform: rotate(45deg);
}

    .closes1:before {
        content: "";
        position: absolute;
        width: 70%;
        left: 15%;
        top: 50%;
        border-top: 1px solid #666;
        transform: translateY(-50%);
    }

    .closes1:after {
        content: "";
        position: absolute;
        height: 70%;
        top: 15%;
        left: 50%;
        border-left: 1px solid #666;
        transform: translateX(-50%);
    }
/*util end*/
/*slides*/
.slides {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: padding-top 0.5s;
    padding-top: 35%; /*这个值可以随便改*/
}

    .slides ul.slideswarpper {
        position: absolute;
        top: 0;
        height: 100%;
    }

        .slides ul.slideswarpper li {
            float: left;
        }

            .slides ul.slideswarpper li img {
                width: 100%;
            }

    .slides .pointwarpper {
        position: absolute;
        bottom: 15px;
        right: 2%;
    }

        .slides .pointwarpper li {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background-color: #776f68;
            margin: 0 2px;
        }

            .slides .pointwarpper li.sel {
                background-color: #fff;
            }
/*slides end*/
/*carousel*/
.carousel {
    background-color: white;
    overflow: hidden;
    position: relative;
}

    .carousel ul {
        position: absolute;
    }

        .carousel ul li {
        }

            .carousel ul li a {
                color: #333;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
/*carousel end*/

/*spradio*/
.spradio {
    padding-left: 20px !important;
    position: relative;
    padding-top: 1.5px;
}

    .spradio:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: 16px;
        border-radius: 100px;
        border: 1px solid #b9b9b9;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .spradio.sel:before {
        background: #458eee url('/Images/icon/right.png') center no-repeat;
        background-size: 18px;
        border: 1px solid #458eee;
    }
/*spradio end*/
/*layout1*/
.layout1 {
    position: relative;
}

    .layout1 .warpper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
/*layout1 end*/
/*tabheader*/
.tabheader {
    padding-top: 9%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 1.6%;
}

    .tabheader .warpper {
        background-color: #fff;
        padding: 0 5%;
        box-sizing: border-box;
        overflow: hidden;
    }

        .tabheader .warpper:after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 20%;
            border-bottom: 2px solid #f33712;
            transition: left .5s;
        }

    .tabheader .col0:after {
        left: 17.5%;
    }

    .tabheader .col1:after {
        left: 62.7%;
    }

    .tabheader .warpper div {
        float: left;
        width: 50%;
        text-align: center;
        line-height: 2.7;
        cursor: pointer;
    }

        .tabheader .warpper div.sel {
            color: #458eee;
        }

.tabcontent {
    display: none;
}

    .tabcontent.sel {
        display: block;
    }
/*tabheader end*/
/*selectedtime*/
.selectedtime {
    background: #f8f8f8;
    text-align: center;
    overflow-y: auto;
}

    .selectedtime i {
        display: inline-block;
        width: 20%;
        padding-top: 15%;
        background: url(../Images/mine/goleft.png) center no-repeat;
        background-size: auto 40%;
        float: left;
    }

        .selectedtime i#next {
            background-image: url(../Images/mine/goright.png);
        }

    .selectedtime span {
        float: left;
        display: inline-block;
        width: 60%;
        padding-top: 4.5%;
        padding-bottom: 4.5%;
    }

    .selectedtime i:before {
        content: "";
        position: absolute;
        right: 0;
        top: 17%;
        height: 58%;
        border-right: 1px solid #c8c8c8;
    }

    .selectedtime i:last-child:before {
        left: 0;
        right: auto;
    }
/*selectedtime end*/
/*laodmore*/
.loadmore {
    padding: 4% 0 5%;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
    color: #999;
}
/*laodmore end*/
/*PopChoose*/
.popchoose {
    overflow-y: auto;
    margin: 0 5%;
    border: solid #ddd;
    border-width: 1px 1px 0 1px;
    position: relative;
    max-height: 400px;
}

    .popchoose li {
        padding: 4% 0;
        border-bottom: 1px solid #ddd;
        text-align: center;
        box-sizing: border-box;
    }

        .popchoose li.sel {
            color: #458eee;
            background-color: #f2f2f2;
        }

        .popchoose li:nth-child(3n) {
            border-right: none;
        }
/*PopChoose end*/
/*Bubble*/
.bubble {
    position: absolute;
    right: 8%;
    top: 50%;
    display: inline-block;
    border-radius: 1000px;
    background-color: red;
    padding: 3% 1%;
    font-size: 83.857%;
    color: #FFF;
    transform: translateY(-50%);
}
/*Bubble end*/
/*弹出框*/
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    font-size: 14px;
    background: #fff;
    background-clip: padding-box;
    border-radius: 5px 5px 8px 8px;
    z-index: 101;
    box-shadow: 2px 2px 3px #666;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*弹出框 end*/
/*static float*/
.staticfloat {
    bottom: 5%;
    right: 3%;
    position: fixed;
}

    .staticfloat div.hide {
        height: 0px;
        width: 0px;
        margin-top: 0px !important;
        border-width: 0px !important;
        margin-left: 27px;
        overflow: hidden !important;
    }
/*static float end*/
