﻿body {
    background: #fff;
    height: 100%;
}
.none{display: none}
.head {
    width: 100%;
    height: 80px;
    background: #333e4d;
}

    .head .h-con {
        width: 1000px;
        margin: 0 auto;
    }

        .head .h-con img {
            margin-top: 10px;
        }

input.txt:focus {
    border-color: #fe7300;
}

/*登录框*/
.loginreg {
    width: 1000px;
    margin: 80px auto;
}

    .loginreg .pic {
        width: 400px;
    }

        .loginreg .pic p {
            width: 400px;
            height: 60px;
            background: #333e4d;
            line-height: 60px;
            text-align: center;
            color: #fff;
            font-size: 20px;
        }

    .loginreg .box {
        width: 350px;
        height: 350px;
        font: 12px 'Microsoft YaHei';
        color: #595959;
        /*background: #fff;*/
        margin-left: 125px;
    }

        .loginreg .box h2 {
            font-size: 30px;
            color: #333;
            font-weight: normal;
            margin: 20px 0 30px 0;
        }

        .loginreg .box .item {
            width: 325px;
            margin-bottom: 15px;
        }

            .loginreg .box .item .clearfix {
                width: 325px;
                height: 25px;
            }

            .loginreg .box .item p.remb {
                line-height: 20px;
                width: 140px;
                float: left;
                height: 20px;
            }

                .loginreg .box .item p.remb span {
                    float: left;
                    background: #fff;
                    color: #333;
                    padding: 0;
                }

            .loginreg .box .item .clearfix label {
                float: left;
                line-height: 25px;
            }

            .loginreg .box .item .clearfix span {
                float: right;
                background: #ff7200;
                color: #fff;
                padding: 2px 10px;
            }

            .loginreg .box .item .clearfix input {
                float: left;
                margin-right: 5px;
                margin-top: 3px;
                _margin-top: 0;
            }

            .loginreg .box .item .clearfix .forget {
                color: #105eb5;
                width: 70px;
                height: 25px;
                display: inline-block;
                cursor: pointer;
            }

                .loginreg .box .item .clearfix .forget em {
                    float: left;
                    vertical-align: top;
                    font-style: normal;
                }

                .loginreg .box .item .clearfix .forget:hover {
                    text-decoration: underline;
                }

                .loginreg .box .item .clearfix .forget span {
                    float: left;
                    background: #fff;
                    color: #105eb5;
                    text-align: right;
                    line-height: 20px;
                }

                .loginreg .box .item .clearfix .forget i {
                    width: 14px;
                    height: 14px;
                    background: url("/Content/themes/images/loginIcon.png") -160px -20px no-repeat;
                    display: inline-block;
                    float: right;
                    vertical-align: middle;
                }

            .loginreg .box .item .txt {
                width: 323px;
                height: 33px;
                line-height: 33px;
                margin-top: 2px;
                _float: left;
            }

            .loginreg .box .item .w180 {
                width: 140px;
                float: left;

            }

            .loginreg .box .item .login-btn {
                width: 120px;
                height: 33px;
                line-height: 33px;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
                background: #3fbe77;
                cursor: pointer;
                border: none;
                margin-top: 20px;
                margin-bottom: 10px;
            }

                .loginreg .box .item .login-btn:hover {
                    background: #34b36e;
                }

            .loginreg .box .item img {
                width: 85px;
                height: 33px;
                margin: 2px 0 0 5px;
                border: 1px solid #ccc;
                float: left;
            }

            .loginreg .box .item a.protocol {
                color: #105eb5;
            }

        .loginreg .box .linkimg {
            width: 118px;
            height: 38px;
            margin-top: 15px;
            border: 1px solid #dcdcdc;
            overflow: hidden;
            display: inline-block;
        }

            .loginreg .box .linkimg img {
                float: none;
            }


.l-bottom {
    width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}

    .l-bottom p {
        text-align: center;
        font-size: 12px;
        color: #666;
        font-family: 'Microsoft YaHei';
    }


/* ------- HTML5 display-role reset for older browsers ------- */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #f8f8f8;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #fff;
}

.page-container {
    margin: 120px auto 0 auto;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.page-container .form {
    position: relative;
    width: 305px;
    margin: 15px auto 0 auto;
    text-align: center;
}

.page-container input:not([type=checkbox]) {
    width: 270px;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d; /* browsers that don't support rgba */
    border: 1px solid rgba(255,255,255,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

.error {
    display: none;
    position: absolute;
    top: 27px;
    right: -55px;
    width: 40px;
    height: 40px;
    background: #2d2d2d; /* browsers that don't support rgba */
    background: rgba(45,45,45,.25);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.error span {
    display: inline-block;
    margin-left: 2px;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook { background: url(../img/facebook.png) center center no-repeat; }
.connect a.twitter { background: url(../img/twitter.png) center center no-repeat; }

.connect a:hover { background-position: center bottom; }


* { margin:0; padding:0; }
body { background:#111;  }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


#supersized img { max-width: none !important }


