﻿
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, table, th, td, u, del, input
{
    font: 14px/22px "微软雅黑","Arial","PingFang SC","Microsoft Yahei","SimSun",sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    word-wrap: break-word;
}

body
{
    /*	-webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select:none; 
    user-select:none;*/
    background-color: #eee;
    overflow-x: hidden;
}

a
{
    display: inline-block;
    text-decoration: none;
    color: #999;
}

    a.index
    {
        color: #d94f4f;
    }

        a.index:hover
        {
            text-decoration: underline;
        }

    a: strong, b
    {
        font-weight: normal;
    }

em, i
{
    font-style: normal;
}

ul, ol, li
{
    list-style: none;
}

i
{
    vertical-align: middle;
}

img
{
    vertical-align: top;
    border: 0;
}

table, th, td
{
    border-spacing: 0;
    border-collapse: collapse;
}

input::-webkit-input-placeholder
{
    color: #ccc;
}

::-webkit-selection
{
    color: #fff;
    background: #0C9CEE;
}

::-moz-selection
{
    color: #fff;
    background: #0C9CEE;
}

::selection
{
    color: #fff;
    background: #0C9CEE;
}

html *
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="text"], input[type="tel"], input[type="number"], input[type="button"], input[type="submit"], input[type="reset"], select
{
    -webkit-appearance: none;
    margin: 0;
    outline: none;
}

input:focus
{
    outline: none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand
{
    display: none;
}

select
{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/drop.png) no-repeat top right;
    background-position: 90% 50%;
    text-indent: 10px;
}
.bodyhidden{
    height: 100%;
    overflow: hidden;
}
.bgwhite
{
    background-color: #fff;
}

.clearfix:after
{
    clear: both;
    content: "\200B";
    display: block;
    height: 0;
}

.clearfix
{
    *zoom: 1;
}

.pull-left
{
    float: left;
}

.pull-right
{
    float: right;
}

.ellipsis
{
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.inline-block
{
    display: inline-block;
}

.relative
{
    position: relative;
}

.show
{
    display: block!important;
}

.hide
{
    display: none!important;
}

.disabled
{
    cursor: default;
}
/*input美化*/
label
{
    vertical-align: middle;
    margin-right:10px;
}

input[type='checkbox'], input[type='radio']
{
    width: 18px;
    height: 18px;
    position: relative;
    background: #fff;
    border: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
}

    input[type='checkbox']:before, input[type='radio']:before
    {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
    }

    input[type='checkbox']:checked:before
    {
    }

    input[type='radio']:checked:before
    {
    }

    input[type='checkbox']:checked:after
    {
        content: "";
        position: absolute;
        border-right: 3px solid transparent;
        border-bottom: 3px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 4px;
        height: 8px;
        border-color: #fff;
    }

    input[type='radio']:checked:after
    {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        border: 2px solid #fff;
        border-radius: 100%;
        width: 8px;
        height: 8px;
        background: #5ECD62;
    }

input
{
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-indent: 4px;
}

.xs-botder-bottom
{
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    border: 4px solid transparent;
    border-top-color: #999;
    margin-left: 7px;
    margin-bottom: -3px;
}

.table-cell
{
    display: table-cell;
    vertical-align: middle;
}
/*按钮*/
.btn
{
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 14px;
    border: 1px solid transparent;
}

.btn-sm
{
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
}

.btn-xl
{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    display: block;
}

.btn-primary
{
    border: 1px solid #ccc;
    background-color: #fff;
    color: #555;
}

    .btn-primary:hover
    {
        background-color: #f5f5f5;
    }

.btn-confirm
{
    color: #fff;
    border: 1px solid #1f77b1;
}

    .btn-confirm:hover
    {
    }

.btn-disabled
{
    border: 1px solid #e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}

.btn-this
{
    background-color: #d94f4f;
    color: #fff;
}

    .btn-this:hover
    {
        background-color: #ce2c2c;
    }

.w, .w1200
{
    width: 1200px;
    margin: 0 auto;
}

.w-s
{
    width: 1024px;
    margin: 0 auto;
}
/*头部样式*/
.public_top
{
    background-color: #fff;
    border-bottom: 3px solid #d3363c;
    position: relative;
    z-index: 4;
}

.nav-top
{
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eee;
}

.top_l
{
    float: left;
    height: 32px;
}

.welcome-txt
{
    font-size: 12px;
    float: left;
    color: #999;
    padding-right: 17px;
    border-right: 1px solid #eee;
    line-height: 32px;
}

.login-top
{
    float: left;
    font-size: 12px;
    padding-left: 10px;
}

    .login-top a
    {
        padding: 0 18px;
        color: #999;
    }

.top_r
{
    float: right;
}

    .top_r > li
    {
        float: left;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        position: relative;
        border-left: 1px solid #eee;
        margin-right: -1px;
        z-index: 3;
    }
    
.top-wx,.top-email{
	position: relative;
}
.top-down{
	position: absolute;
	right: 0;
	background-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.2);
	display: none;
	z-index: 5;
}
.top-down p {
	padding: 5px 10px;
	color: #666;
}
.top-down img{
	max-width:95px;
}
.top-wx:hover .top-down,.top-email:hover .top-down{
	display:block;
}

.top-select:hover
{
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    .top-select:hover .top-ul
    {
        display: block;
    }

.top_r > li a:hover
{
    color: #d3363c;
}

    .top_r > li a:hover .xs-botder-bottom
    {
        border-top-color: #d3363c;
    }

.top_r > li > a
{
    padding: 0 22px;
    color: #999;
}
	.top-currency a span{
		display: inline-block;
		min-width: 40px;
	}

.gwc
{
    height: 100%;
    line-height: 32px;
    display: inline-block;
    font-size: 12px;
    color: #999;
}

.top_r > li .gwc_num
{
    color: #e54747;
}

.top-ul
{
    position: absolute;
    top: 32px;
    left: 0;
    right:0;
    background-color: #fff;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: -1px;
    display: none;
    z-index: 2;
}

    .top-ul a
    {
		white-space: nowrap;
		padding-right:17px;
        padding-left: 22px;
        font-size: 12px;
        line-height: 32px;
        display: block;
    }

.header
{
    padding: 19px 0 10px 0;
}

.log-pic
{
    float: left;
    width: 227px;
}

    .log-pic img
    {
        max-width: 100%;
    }

.search
{
    float: right;
    width: 350px;
    height: 41px;
    margin-right: 50px;
    border: 1px solid #d3363c;
    border-radius: 25px;
    position: relative;
    z-index: 2;
}

    .search input
    {
        border: none;
        width: 80%;
        height: 41px;
        line-height: 41px;
        margin-left: 25px;
        float: left;
        padding: 0;
    }

.search-btn
{
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 100%;
    background-color: #d3363c;
    float: right;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 4px;
}

    .search-btn i
    {
        color: #fff;
        font-size: 18px;
    }

.seach-hot, .search-wrapper
{
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    background-color: #fff;
    z-index: 12;
    padding: 20px;
    padding-top: 10px;
    display: none;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.hot-item
{
    margin-bottom: 8px;
}

    .hot-item a
    {
        color: #d3363c;
        font-size: 12px;
        padding-right: 10px;
    }

.seach-hot dl
{
    margin-top: 8px;
}

.seach-hot dt
{
    float: left;
    font-weight: 700;
    font-size: 12px;
}

.seach-hot dd
{
    margin-left: 50px;
}

    .seach-hot dd a
    {
        font-size: 12px;
        padding-right: 10px;
    }

        .seach-hot dd a:hover
        {
            color: #d3363c;
        }

.search-wrapper
{
    padding: 10px 0 20px 0;
    display:none;
}

    .search-wrapper li
    {
        line-height: 35px;
        padding-left: 25px;
    }

        .search-wrapper li:hover
        {
            background-color: #eeb7b9;
        }

            .search-wrapper li:hover a
            {
                color: #fff;
            }

        .search-wrapper li a
        {
            display: block;
        }

.phone_r
{
    float: right;
    text-align: right;
}

.phont-txt
{
    color: #666;
}

    .phont-txt i
    {
        color: #d3363c;
        margin-right: 9px;
        font-size: 20px;
    }

.tel
{
    font-size: 18px;
    line-height: 28px;
    color: #d13948;
}

.menuLeft
{
    display: none;
	margin-top:-4px;
	padding-top:4px;
}

.nav-left
{
    width: 250px;
    height: 400px;
    position: absolute;
    z-index: 99;
	margin-top:-3px;
}

    .nav-left .nav-item
    {
        background: url(../images/bg-white.png);
        padding: 16px 20px 16px 15px;
        border-top: 1px dotted #dedede;
        height: 67px;
    }

        .nav-left .nav-item:first-child
        {
            border-top: none;
        }

        .nav-left .nav-item:last-child
        {
            border-bottom: 1px dotted #dedede;
        }

.nav-item-txt
{
    height: 21px;
    line-height: 21px;
    font-size: 16px;
    color: #d3363c;
    margin-bottom: 7px;
}

    .nav-item-txt .ico-next
    {
        width: 7px;
        height: 13px;
        float: right;
        background: url(../images/icons.png) no-repeat -22px 0;
        margin-top: 5px;
    }

.nav-city
{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
	.nav-city label{
		margin-right:0;
	}
    .nav-city a
    {
        margin-right: 8px;
        color: #666;
        font-size: 13px;
    }

        .nav-city a:hover
        {
            color: #d3363c;
        }

.nav-left .nav-item .right_box
{
    position: absolute;
    top: 0;
    left: 250px;
    background-color: #fff;
    padding: 15px 20px;
    width: 349px;
    min-height: 370px;
    display: none;
    border-left: 1px dotted #d3363c;
    border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.nav-left .nav-item:hover
{
    border-top-color: #d7565c;
    background: #fff;
    display: block;
}

    .nav-left .nav-item:hover + .nav-item
    {
        border-top: 1px dotted #d7565c;
    }

    .nav-left .nav-item:hover .right_box, .nav-left .nav-item:hover .right_line
    {
        display: block;
    }

    .nav-left .nav-item:hover .ico-next
    {
        background-position: -35px 0;
    }
.nav-item .dotted{
	background:transparent;
}
	.R_name
	{
	    margin-bottom: 7px;
	    color: #999;
	    font-size: 12px;
	}
	.R_item {
	    border-bottom: 1px dotted #ccc;
	    padding: 10px 0;
	}
	.nav-item .R_item:last-child{
		border-bottom: none;
	}
    .R_name h3
    {
        padding: 0 10px;
        height: 25px;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        background-color: #d3363c;
        margin-right: 10px;
    }

.R_city a
{
    line-height: 34px;
    color: #666;
    padding-right: 17px;
    margin-right: 17px;
    position: relative;
}

    .R_city a:after
    {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: 15px;
        background-color: #dcdcdc;
    }

    .R_city a:hover
    {
        color: #d3363c;
    }

.dotted
{
    width: 100%;
    height: 1px;
    background: url(../images/dotted.png);
    margin: 17px 0;
}

.R_pic
{
    margin-top: 17px;
}

    .R_pic img
    {
        max-width: 100%;
    }

.right_line
{
    position: relative;
    float: right;
    display: none;
}

    .right_line:after
    {
        content: "";
        position: absolute;
        right: -22px;
        top: -84px;
        width: 4px;
        height: 100px;
        background-color: #fff;
    }

.nav-ctrl
{
    margin-left: 250px;
    width: 950px;
    position: absolute;
    top: 50%;
    margin-top: -31px;
}

    .nav-ctrl a
    {
        width: 28px;
        height: 62px;
        line-height: 62px;
        text-align: center;
        background: rgba(0,0,0,0.4);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32000000', endColorstr='#32000000');
        color: #fff;
        font-size: 22px;
        font-family: "simsun";
    }
    .nav-ctrl a:hover{
        background-color: rgba(0,0,0,.7);
    }

.nav-box
{
    height: 32px;
}

    .nav-box > ul > li
    {
		height:32px;
        float: left;
        position: relative;
        line-height: 32px;
		font-size:15px;
    }

        .nav-box > ul > li.drop-move:hover .dropbox
        {
            display: block;
        }

        .nav-box > ul > li:hover > a, .nav-more a:hover, .nav-box > ul > li.active > a i, .nav-box > ul > li.on > a, .nav-box > ul > li.on > a i
        {
            color: #d3363c;
        }

        .nav-box > ul > li:hover a:after, .nav-box > ul > li.on a:after
        {
            background-color: #d3363c;
        }

        .nav-box > ul > li.active .nav-more, .nav-box > ul > li.on .nav-more
        {
            display: block;
        }

        .nav-box > ul > li > a
        {
            padding-left: 20px;
            padding-right: 20px;
            color: #333;
            height: 32px;
            position: relative;
			text-transform: uppercase;
        }
        .nav-box > ul > li:last-child > a {
            padding-right: 0;
        }
        .nav-box > ul > li.last-li a
        {
            padding-right: 0;
        }

        .nav-box > ul > li > a:after
        {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 3px;
            left: 5px;
            top: 13px;
            background-color: #ddd;
        }

        .nav-box > ul > li.hot_Popular
        {
            width: 250px;
            text-align: center;
        }

            .nav-box > ul > li.hot_Popular a
            {
                padding: 0;
                padding-left: 20px;
            }

        .nav-box > ul > li.nav-move i
        {
            color: #b8b8b8;
            margin-left: 5px;
        }

        .nav-box > ul > li .ico-new
        {
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle;
        }

.nav-more
{
    position: absolute;
    top: 34px;
    line-height: 34px;
    z-index: 6;
    display: none;
}

    .nav-more a
    {
        color: #333;
        padding-left: 20px;
		font-size:14px;
    }

.dropbox
{
    position: absolute;
    left: 0;
    top: 32px;
    background-color: #fff;
    padding: 5px 10px;
    width: 510px;
    display: none;
    border-top: 3px solid #d3363c;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    z-index: 1;;
}

    .dropbox dl
    {
        overflow: hidden;
        padding: 5px 0;
    }

    .dropbox dt
    {
        font-size: 12px;
        float: left;
        min-width:100px;
        margin-right: 10px;
    }

    .dropbox dd
    {
        overflow: hidden;
    }

        .dropbox dd a
        {
            float: left;
            line-height: 18px;
            font-size: 12px;
            margin-right: 25px;
        }

            .dropbox dd a.on, .dropbox dd a:hover
            {
                color: #d3363c;
            }

.bg-white
{
    position: absolute;
    left: 0;
    bottom: -38px;
    width: 100%;
    height: 34px;
    background: url(../images/bg-white.png);
    border-bottom: 1px solid #eee;
    display: none;
}

.ico-dotted
{
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../images/icons.png) no-repeat 0 0;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.tabox .pro
{
    margin-right: -20px;
    min-height: 338px;
    display: none;
}

.J_item.tabox .pro
{
    min-height: 218px;
}

.tabox .pro.active, .tabox .pro:first-child
{
    display: block;
}

.telNav{
	overflow: hidden;
	display:none;
}
	.telNav li{
		float:left;
		width:50%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		position: relative;
	}
		.telNav li a{
			display:block;
			padding:15px;
		}
		.telNav .nav-item-txt{
			margin-bottom:0;
		}
/*底部*/
.public-footer
{
    background-color: #fff;
    padding: 60px 0;
}

    .public-footer ul li
    {
        float: left;
        width: 25%;
    }

    .public-footer span
    {
        width: 79px;
        height: 79px;
        line-height: 79px;
        text-align: center;
        border-radius: 50%;
        float: left;
        background-color: #bfbfbf;
    }

    .public-footer i
    {
        font-size: 30px;
        color: #fff;
    }

    .public-footer ul div
    {
        margin-left: 95px;
    }

    .public-footer div h3
    {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        line-height: 36px;
    }

    .public-footer div p
    {
        line-height: 18px;
        color: #999;
    }

.footer-bottom
{
    background-color: #252525;
    padding-top: 38px;
}

    .footer-bottom dl
    {
        width: 190px;
        float: left;
    }

        .footer-bottom dl dt
        {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            color: #d8d8d8;
			text-transform: uppercase;
        }

        .footer-bottom dl dd
        {
            line-height: 24px;
        }

            .footer-bottom dl dd a
            {
                display: block;
            }

                .footer-bottom dl dd a:hover
                {
                    color: #fff;
                }

.follow
{
    float: left;
    max-width: 295px;
    padding-top: 6px;
}

    .follow p
    {
        color: #666;
        line-height: 20px;
    }

.wechat
{
    float: right;
    padding-top: 9px;
    text-align: center;
}
	.wechat img{
		width: 91px;
	}
	
    .wechat p
    {
        margin-top: 17px;
        color: #666;
    }

.link
{
    padding: 30px 0;
    border-bottom: 1px solid #4e4e4e;
    color: #666;
    font-size: 12px;
}

    .link a
    {
        color: #666;
        margin-right: 8px;
        position: relative;
        padding-right: 8px;
    }

        .link a:hover
        {
            color: #fff;
        }

        /*.link a:after
        {
            content: "";
            position: absolute;
            right: 0;
            top: 4px;
            width: 0;
            height: 13px;
            border-right: 1px solid #666;
        }*/

.btm-copy, .btm-copy-link
{
    padding: 13px 0;
    color: #666;
    font-size: 12px;
    text-align: center;
}

    .btm-copy a, .btm-copy-link a
    {
        color: #666;
    }

        .btm-copy a:hover
        {
            color: #fff;
        }

.btm-copy-link
{
    background-color: #252525;
    line-height: 18px;
    display: none;
    border-top: 1px solid #4e4e4e;
}
/*右侧*/
.rightBar
{
    position: fixed;
    right: 0;
    top: 0;
    background-color: #333;
    width: 45px;
    height: 100%;
    text-align: center;
    padding-top: 151px;
    z-index: 99;
}

    .rightBar > div, .right-bottom li
    {
        padding-top: 9px;
        position: relative;
    }

        .rightBar > div a, .right-bottom li a
        {
            color: #fff;
            display: block;
        }

            .rightBar > div a i, .right-bottom li a i
            {
                font-size: 20px;
            }

            .rightBar > div a > p, .right-bottom li a > p
            {
                line-height:14px;
                color: #fff;
                font-size: 12px;
				word-wrap: break-word;
				padding:5px 0;
				
            }

        .rightBar > div:hover
        {
            background-color: #d3363c;
        }

            .rightBar > div:hover .del
            {
                display:block;
                opacity: 1;
            }
				  .rightBar > div:hover .del img{
				  	width: 120px;
				  }
    .rightBar .del
    {
        white-space: nowrap;
        position: absolute;
        right: 45px;
        top: 0;
        display:none;
        background-color: #fff;
        transition: all .3s ease-in-out;
        padding: 5px 15px;
        text-align: left;
        box-shadow: 0 0 7px rgba(0,0,0,.2);
         transform: translateX(0px); 
    }

        .rightBar .del p
        {
            font-size: 12px;
        }

.right-bottom
{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 42px;
}

    .right-bottom li
    {
        height: 40px;
        margin-bottom: 20px;
    }

        .right-bottom li.linkedit
        {
            margin-bottom: 0;
        }

        .right-bottom li:hover a
        {
            color: #d3363c;
        }

    .right-bottom .linktop i
    {
        font-size: 26px;
    }

/*定制旅行计划*/
.edit-travel
{
    position: fixed;
    right: 45px;
    bottom: 20px;
    width: 142px;
    height: 140px;
    cursor: pointer;
    background: url(../images/lxjh.png) no-repeat;
    z-index: 99;
}
/*登录/注册*/
.loginshaw
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-shaw.png);
    z-index: 100;
    padding-top: 5%;
    display: none;
}

.loginbox
{
    width: 332px;
    background-color: #fff;
    padding: 32px 35px;
    margin: 0 auto;
    position: relative;
}

.loginlogo
{
    margin-bottom: 27px;
}

.l_item
{
    margin-bottom: 15px;
}

.label-txt
{
    height: 30px;
}

.l_item label
{
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.l_item .input_from
{
    width: 332px;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
}

    .l_item .input_from input
    {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-indent: 12px;
        font-size: 16px;
        border: none;
        padding: 0;
        border-radius: 0;
    }

.btn-form
{
    margin-bottom: 14px;
}

.loginbox .other
{
    color: #999;
	padding:5px 0;
}

.loginbox .otherzh
{
    color: #666;
}

.loginbox .other a
{
    margin-left: 5px;
}

.close-login
{
    position: absolute;
    top: 17px;
    right: 20px;
    color: #c5c5c5;
    cursor: pointer;
}

    .close-login i
    {
        font-size: 20px;
    }

.Validform_checktip {
    margin-left: 8px;
    line-height: 30px;
    overflow: hidden;
    color: #F00;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    min-width: 160px;
}

.Validform_right
{
    color: #71b83d;
    padding-left: 20px;
    background: url(../images/right.png) no-repeat left center;
}

.Validform_wrong
{
    color: #ff5346;
    padding-left: 20px;
    background: url(../images/error.png) no-repeat left center;
}

.Validform_loading
{
    padding-left: 20px;
}

.Validform_error
{
    background-color: #ffe7e7 !important;
    border-color: #F30 !important;
}

#Validform_msg
{
    color: #7d8289;
    font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
    width: 280px;
    -webkit-box-shadow: 2px 2px 3px #aaa;
    -moz-box-shadow: 2px 2px 3px #aaa;
    background: #fff;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 99999;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

    #Validform_msg .iframe
    {
        position: absolute;
        left: 0px;
        top: -1px;
        z-index: -1;
    }

    #Validform_msg .Validform_title
    {
        line-height: 25px;
        height: 25px;
        text-align: left;
        font-weight: bold;
        padding: 0 8px;
        color: #fff;
        position: relative;
        background-color: #999;
        background: -moz-linear-gradient(top, #999, #666 100%);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#666));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
    }

    #Validform_msg a.Validform_close:link,
    #Validform_msg a.Validform_close:visited
    {
        line-height: 22px;
        position: absolute;
        right: 8px;
        top: 0px;
        color: #fff;
        text-decoration: none;
    }

    #Validform_msg a.Validform_close:hover
    {
        color: #ccc;
    }

    #Validform_msg .Validform_info
    {
        padding: 8px;
        border: 1px solid #bbb;
        border-top: none;
        text-align: left;
    }

.Validform_checktip
{
    margin-left: 0;
}

.info
{
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
}
.label-txt .info{
	margin-left: 10px;
}
.forget
{
    margin-bottom: 20px;
    text-align: right;
}

    .forget a:hover
    {
        color: #d94f4f;
    }

.forget-tit
{
    font-size: 18px;
    margin-bottom: 20px;
}

.intl_code
{
    width: 87px;
    position: relative;
    float: left;
}

    .intl_code i
    {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #aaa;
        font-size: 18px;
        cursor: pointer;
    }

.tel_country_code
{
    position: absolute;
    top: 42px;
    width: 304px;
    border: 1px solid #c1c6cc;
    background-color: #fff;
    max-height: 338px;
    overflow-y: auto;
    display: none;
    z-index: 100;
}

    .tel_country_code p
    {
        font-size: 12px;
        color: #999;
        background-color: #f6f6f6;
        text-align: center;
    }

    .tel_country_code li
    {
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
    }

        .tel_country_code li a
        {
            display: inline-block;
            color: #666;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .tel_country_code li .country_name
        {
            width: 67px;
        }

        .tel_country_code li .english_name
        {
            width: 126px;
        }

        .tel_country_code li .country_code
        {
            width: 58px;
            text-align: right;
        }

.l_item .input_from .tel
{
    width: 245px;
}

.l_item .l_yzm
{
    border: none;
    height: 42px;
}

.l_item .input_from .yzm
{
    width: 64%;
    border: 1px solid #ddd;
    float: left;
}

.l_item .input_from .btn-yzm
{
    width: 33%;
    float: right;
}
/*侧滑*/
body.mm-menu-open {
    overflow-y: hidden;
}
.navtel
{
    display: none;
    position: relative;
}

.mm-menu-toggle
{
    width: 30px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    top: 0px;
    right: 5px;
    position: absolute;
    text-align: center;
}

    .mm-menu-toggle > i
    {
        color: #d2363a;
        font-size: 30px;
    }

.mm-menu
{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1004;
    background: url(../images/bg-white.png);
    width: 230px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s, box-shadow .5s;
    transition: transform .5s, box-shadow .5s;
    padding: 20px;
}
	
	 .mm-menu::-webkit-scrollbar{
		width: 8px;
		height: 8px;
		background-color: #f5f5f5;
	}
	.mm-menu::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 6px rgba(107,136,169,.3);
		border-radius: 10px;
		background-color: #eeeeee;
	}
	.mm-menu::-webkit-scrollbar-thumb{
		height: 8px;
		border-radius: 3px;
		-webkit-box-shadow: inset 0 0 6px rgba(107,136,169,.3);
		background-color: #666;
	}
	.mm-menu .nav-left>h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
    .mm-menu .form>li
    {
        width: 94%;
        border-bottom: 1px solid #eee;
        color: #fff;
        line-height: 24px;
        padding: 8px 0;
        font-size: 16px;
        margin-left: 3%;
        margin-right: 3%;
        position: relative;
        word-break: break-all;
    }
		/*.mm-menu .form>li.in-view{
			background:url(../images/sel.png) no-repeat 95% 50%;
		}*/
		.mm-drop{
			display:none;
		}
		.mm-menu .form li.active .mm-drop{
			display:block;
		}
        .mm-menu .form li a
        {
            display: block;
            color: #666;
            padding: 5px;
            font-size: 14px;
            word-break: break-all;
        }

            .mm-menu .form li a:hover
            {
                color: #ffcb03;
            }

        .mm-menu .form li ul.box
        {
            padding-left: 20px;
        }

            .mm-menu .form li ul.box li
            {
                border-width: 0;
            }

                .mm-menu .form li ul.box li a
                {
                    color: #fff;
                }

                    .mm-menu .form li ul.box li a:hover
                    {
                        color: #02a3fe;
                    }

    .mm-menu.active
    {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

.mm-menu-mask
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}

    .mm-menu-mask.active
    {
        visibility: visible;
        opacity: 1;
    }

/*价格*/
.c_price
{
    font-size: 12px;
    color: #999;
    line-height: 44px;
}

    .c_price strong
    {
        font-weight: bold;
        font-size: 22px;
        color: #d3363c;
        margin-right: 5px;
    }

        .c_price strong sup
        {
            font-size: 14px;
        }
/*load*/
.loadbox
{
    background-color: #fff;
    padding: 100px 0;
    text-align: center;
}

    .loadbox h3
    {
        font-size: 16px;
        color: #999;
        display: inline-block;
        margin-left: 20px;
        margin-top: 15px;
    }

@charset "utf-8";

body
{
    -webkit-font-smoothing: antialiased;
}

.zbox-popup
{
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 270px;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1.2);
    transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1.2);
    text-align: center;
    opacity: 0;
    color: #000;
    border-radius: 3px;
    z-index: 10000;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-font-smoothing: antialiased;
}

    .zbox-popup.zbox-popup-in
    {
        display: block;
        transition-property: all;
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1);
        transform: perspective(1200px) translate3d(-50%, -50%, 0) scale(1);
        opacity: 1;
    }

.zbox-popup-inner
{
    position: relative;
    padding: 15px;
    border-radius: 3px 3px 0 0;
    background: rgba(255, 255, 255, .95);
}

    .zbox-popup-inner:after
    {
        position: absolute;
        z-index: 15;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        content: '';
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        background-color: rgba(0, 0, 0, .2);
    }

.zbox-popup-title
{
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #4a4a4a;
}

    .zbox-popup-title + .zbox-popup-text
    {
        font-family: inherit;
        font-size: 16px;
        margin: 5px 0 0;
        color: #4a4a4a;
        line-height: 1.75;
    }

.zbox-popup-buttons
{
    position: relative;
	padding:5px 15px;
    background: rgba(255, 255, 255, .95);
}

.zbox-popup-button
{
    font-size: 16px;
    line-height: 44px;
    position: relative;
    display:inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 30px;
	line-height:30px;
    padding: 0 5px;
    cursor: pointer;
    color: #004999;
    he
}

    .zbox-popup-button:first-child:last-child
    {
        border-radius: 0 0 3px 3px;
    }

    .zbox-popup-button.zbox-popup-button-bold
    {
        font-weight: 600;
    }


.zbox-popup-backdrop.zbox-active
{
    opacity: 1;
}

.zbox-popup-backdrop
{
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
}

.zbox-toast-container
{
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    width: 100%;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
    opacity: 0;
    left: 0;
}

    .zbox-toast-container.zbox-active
    {
        opacity: 1;
    }

.zbox-toast-message
{
    font-size: 14px;
    width: 270px;
    margin: 5px auto;
    padding: 5px;
    text-align: center;
    color: #000;
    border-radius: 5px;
    background-color: #d8d8d8;
}

.zbox-btn-outlined.zbox-btn-blue,
.zbox-btn-outlined.zbox-btn-primary
{
    color: #007aff;
}

.zbox-btn-outlined
{
    background-color: transparent;
}

.zbox-btn-blue,
.zbox-btn-primary{
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
}

.zbox-btn
{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    background-clip: padding-box;
}

.zbox-btn
{
    display: block;
    width: 120px;
    margin: 10px auto;
}

#zchange
{
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto;
    animation: circle1 1.2s infinite linear;
    -webkit-animation: circle1 1.2s infinite linear;
    transition: all linear;
}
body[name="en"] .nav-box > ul > li > a{font-size:12px;}

@-webkit-keyframes circle1
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes circle1
{
    0%
    {
        transform: rotate(0deg);
    }

    100%
    {
        transform: rotate(360deg);
    }
}

[v-cloak]
{
    display: none !important;
}

.navdropdown{padding: 0 25px 0;font-size:16px;margin:0 0 0 20px;cursor:pointer;float: left;}
.navdropdown .arrow-w-d {
    border-width: 5px;
    font-size: 0;
    line-height: 0;
    border-style: solid dashed dashed dashed;
    margin-left: 10px;
    border-color: rgb(211, 54, 60) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
/*下拉框*/
.allsort{position:relative;z-index:11;}
.allsort .mt{height:35px;line-height:35px;cursor:pointer;overflow:hidden;}
.allsort .mt strong{float:left;font-size:14px;color:#630;}
.allsort .mc{display:none;position:absolute;top:45px;overflow:visible;width:620px;padding:0;background:#d3363c;}
.allsort .mc:before{content:" ";display:block;border-width:10px;position:absolute;font-size:0;line-height:0;left:20px;top:-20px;border-style:dashed dashed solid dashed;border-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(211, 54, 60) rgba(0, 0, 0, 0);}
.allsort .mc .mc-nav-tab{background-color: #f56a70;}
.allsort .mc .mc-nav-tab > a{display: inline-block;line-height: 42px;padding:0 15px;background-color: #f56a70;color:#fff;}
.allsort .mc .mc-nav-tab > a.hover{background-color: #d3363c;color: #fff;}
.allsort .mc-panels .mc-panel{display: none;}
.allsort .mc-panels .mc-panel.hover{display: block;}
.allsort .subitem{padding:10px;}
.allsort .subitem dl{padding:4px 0;overflow:hidden;zoom:1;position:relative;}
.allsort .subitem .fore{border-top:none;}
.allsort .subitem dt{width:40px;line-height:26px;text-align:right;position:absolute;color:#fff;font-weight: 700;}
.allsort .subitem dt a{color:#fff;font-size:14px;}
.allsort .subitem dt a:hover{color:#d3363c;}
.allsort .subitem dd{margin-left:50px;}
.allsort .subitem em{white-space:nowrap;display: inline-block;}
.allsort .subitem em a{color:#fff;font-size:14px;display:inline-block;padding:2px 8px;}
.allsort .subitem em a:hover{color: #f8dcdd;}
.allsorthover .mc{display:block;}
.allsort .mc-panels .mc-panel {
    max-height: 270px;
    overflow: hidden;
    overflow-y: scroll;
}
.allsort .mc-panels .mc-panel::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: rgba(0,0,0,0);
    width: 6px;
    height: 8px
}

.allsort .mc-panels .mc-panel::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #f1acae;
}