﻿
.mysearch {
    padding: 60px 0 37px;
    width: 1200px;
    max-width:100%;
    margin: 0 auto;
    height:auto;
    padding-bottom:20px;
    overflow:hidden;
}

.search_bg_pp {
    position: absolute;
    top: 128px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 1500px;
    margin: 0 auto;
    height: 370px;
}
.search_p1
{
    position: absolute;
    left: 53px;
    width: 90px;
    bottom: 2px;
}
.search_p2
{
    position: absolute;
    width: 30px;
    left: 80px;
    bottom: 3px;
    z-index: -2;
}
.search_p3
{
    position: absolute;
    display:none;
    width: 80px;
    left: 110px;
    top: 35px;
}
.search_p4
{
    position: absolute;
    width: 60px;
    right: 80px;
    bottom: 0;
}
.search_p5
{
    position: absolute;
    width: 30px;
    right: 60px;
    bottom: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


.select-main{width:1200px ;max-width:100%; position:relative; overflow:hidden;padding-bottom: 5px;}
.select-content
{
    height: 48px;
    border: 2px solid #7d64af;
    line-height: 44px;
    background: #fff;
    margin:0 auto;
    width: 78.5%;
    width: calc(100% - 260px);
    box-shadow: 3px 2px 3px #532e8570;
    border-radius: 10px;
    position: relative;
    float: left;
    background: #7641b5;
    background: -webkit-linear-gradient(top, #8e62c1 0, #7641b5 100%);
    background: linear-gradient(to bottom, #7641b5 0, #8e62c1 100%);
}
.select-company
{
    float: left;
    width: 180px;
    line-height: 23px;
    padding-left: 65px;
    padding-top: 5px;
    color: #58318a;
    cursor: pointer;    position: relative;
}
.searchicon{ position:absolute; left:15px; top:15px;width:20px;height:20px;fill: #7d64af;}
._htools-select{
    display: inline-block;
    margin: 0;
    margin-top:-3px;
    background-color: #f6f6f6;
    vertical-align: middle;
    transition: border 0.5s;
    -moz-transition: border 0.5s;	/* Firefox 4 */
    -webkit-transition: border 0.5s;	/* Safari �� Chrome */
    -o-transition: border 0.5s;
}
._htools-select *{
    margin: 0;
    padding: 0;
    outline: none;
}
._htools-select:hover ._select-selectbtn{
    border-top-color: #043d93;
    transition: border-top-color 0.5s;
    -moz-transition: border-top-color 0.5s;	/* Firefox 4 */
    -webkit-transition: border-top-color 0.5s;	/* Safari �� Chrome */
    -o-transition: border-top-color 0.5s;
}
._htools-select:hover{
}
._htools-select ._select-input{
    color: #3b4249; display: inline-block; font-size: 16px;margin-left: 12px
}
._htools-select ._select-selectbtn{
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid gray;
    display: inline-block;
}
._htools-select ._select-select-ul{
    background-color: white; outline: none;
    /*border: solid #043d93 1px; border-top: none;*/
    position: relative;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.18);
}
._htools-select ._select-select-ul li{
    background-color: white;
    color: black;
    font-size: 16px;
    padding: 3px 12px;
    cursor: pointer;
    list-style-type:none;
    transition: color 0.5s, background-color 0.5s;
    -moz-transition: color 0.5s, background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s, background-color 0.5s;	/* Safari Chrome */
    -o-transition: color 0.5s, background-color 0.5s;
}
._htools-select ._select-select-ul li._select-li-selected{
    background-color: #ebeef5;
}
._htools-select ._select-select-ul li:hover{
    background-color: #043d93;
    color: white;
}

.indexlist
{
    box-shadow: 0px 2px 3px #543380;
    height:285px;
    margin:30px auto 0px;
    width:1200px;
}
.indexpmlgl
{
    float:left;
    width: 944px;
    width:calc(100% - 256px);
    display: block;
    height: 285px;
}
#indexpmlg
{
    background:#fff;
    border-left: 2px solid #f4f6f9;
    float:left;
    width:250px;
    height: 285px;
    margin-top:0;margin-left:4px;
}
.indexpmlgr
{
    background:#ededed;
    float:left;
    width:46px;
    margin-top:3px;
}
.indexpmlgr p
{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 128.5px;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    padding: 30px 25% 0;
    line-height: 2;
    cursor:pointer;
}

.indexpmlgr .act
{
    background: #fff;
    color: #043d93;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

#x_keyw {
    background: #fff;
    height: 44px;
    line-height: 44px;
    text-indent: 10px;
    width: 95%;
	width:-moz-calc(100% - 160px); 
	width:-webkit-calc(100% - 160px); 
    width: calc(100% - 160px);
    text-align: left;
    border-radius: 10px 0 0 10px;
    border: 0;
    padding-left: 35px;
    margin-top: 1px;
}
#b_s {
    border: 0;
    background: #7641b5;
    background: -webkit-linear-gradient(top, #8e62c1 0, #7641b5 100%);
    background: linear-gradient(to bottom, #7641b5 0, #8e62c1 100%);
    width: 160px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    float: right;
    border-radius: 0 6px 6px 0;
    position:absolute;
    right:0;
}

.i_bhxq{width:1200px;margin:50px auto 0px; max-width:100%;}
.i_bhxq a img{width:100%;}
@media screen and (max-width:1200px){
}

@media screen and (max-width: 799px)
{
    .indexpmlgl
    {
        width:100%;
    }
    .indexlist
    {
    } 
    .block_home_slider
    {
        width:99.5%;
        position:relative;
        margin-top:-758px;
     }
     #indexpmlg,#indexcmlg
     {
        position: absolute;
        right: 0px;
     }
     .indexpmlgr {
        position: absolute;
        right: 5px;
     }
}
   
.switch__circle 
{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #58318a1a;
    box-shadow: inset 8px 8px 12px #58318a3d, inset -8px -8px 12px #f9f9f9;
    left: 25px;
    transition: 1.25s;
}
.switch__circle--t {
    top: -130%;
    width: 100px;
    height: 100px;
    z-index: -2;
    left: calc(100% - 90px);
}
.is-txr {
    bottom: 2px;
    z-index: -2;
    transition: 1.25s;
    transform-origin: left;
}
.select-company img{
    position: absolute;
    width: 35px;
    top: 5px;
    left: 22px; border:0px;
    transition: 1.25s;
    transform-origin: left;
    }
    
.select-company:hover img{
    left: 12px; }
.select-company:hover .switch__circle--t
{
    left: calc(100% - 110px);
}
.select-company:hover .is-txr
{
    left: calc(100% - 130px);
}

.block_home_slider {
	padding: 0;
	position: relative;
	border: 0;
	text-align: center;
	line-height: 0px;
	margin-right: 1.5px;
	margin-left: auto;
	width:944px; float:right; height:285px;
	overflow:hidden;
	margin-top:0px;
	margin-right:0px;
}  
.slide img{ height:285px;}

.block_home_slider .slide {position:relative;}
.block_home_slider .flex-direction-nav a {display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;z-index:1;width:40px;height:60px;background:url(slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=10);opacity:0.1;text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev { }
.block_home_slider .flex-direction-nav a.flex-prev:hover {filter:alpha(opacity=50);opacity:0.5;}
.block_home_slider .flex-direction-nav a.flex-next {left:auto;right:2%;background-position:-6px -137px;}
.block_home_slider .flex-direction-nav a.flex-next:hover {filter:alpha(opacity=50);opacity:0.5;}
.block_home_slider .flex-control-paging { position:absolute;bottom:5px; left:50%; margin-left:-70px; display:inline-block;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:11px;height:11px;margin:1px; display:block;background:#000;filter:alpha(opacity=50);opacity:0.5;text-indent:-9000px; cursor:pointer; border-radius:50%;}
.block_home_slider .flex-control-paging li a.flex-active {width:60px; border-radius:20px; background:#340d65;}

.flex-direction-nav{display:none;}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}

.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.cat-subcategory{height:257px;}
@media screen and (max-width:1239px)
{
    .indexlist{width:100%;}
    .block_home_slider{width:100%;}
}

@media screen and (max-width:799px)
{
    .indexlist{box-shadow:none;}
    .mysearch{
        width: 98%;
        margin-left:1%;}
    
     #b_s{width:100px;}
}
   

@media screen and (max-width:420px)
{ 
    .block_home_slider {
        width:100%;
    }
    .select-company{padding-left: 85px;width:calc(100% - 85px);}
    .select-content{width:100%;}
    .catList {
    display:none;
    }
    .flexslider .slides img {
    height:130px;
    }
    #indexpmlg{width:100%;height: 46px;} 
}


.lf {
    float: left;
}

.rt {
    float: right;
}

.button {
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 3px;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

.unView {
    display: none;
}

/* commen:start */
/* main */
.main {
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
}

.main_bg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center no-repeat;
    background-color: #2E3E9C;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

/* loginBox */
.loginBox {
    box-sizing: border-box;
    margin:auto;
    min-width: 0;
    padding: 0;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
    border-radius: 2px;
    background-color: #FFFFFF;
    width: 250px;
    height:285px;
    overflow: hidden;
    padding-bottom:15px;
    border-right: 1px solid #ddd8e8;
}

.signContent {
    text-align: center;
    margin: 0 auto;
}

.signContainer {
    position: relative;
    border-radius: 4px 4px 0 0;
    /* overflow: hidden; */
}

.loginForm {
    padding: 0 24px 64px;
}

.loginForm .tabBoxSwitch {}

.loginForm .tabBoxSwitch .tabBoxSwitchUl {
    list-style: none;
}

.loginForm .tabBoxSwitch .tabBoxSwitchUl li {
    display: inline-block;
    font-size: 16px;
    margin-right: 24px;
    cursor: pointer;
    padding: 30px 0 10px;
}

.tab-active {
    position: relative;
    color: #1a1a1a;
    font-weight: 600;
    font-synthesis: style;
}

.tab-active::before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #7d64af;
}

.tabBox {
    text-align: left;

}

.ercode_tab {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    right: 0;
}

.ercode_tab svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
 
.tabcont {
    display: none;
}

.active {
    display: block;
}

.tabContentPhone {}

.tabContentAccount {
    /* display: none; */
}

.tabcontent {
    margin-top: 10px;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    position: relative;
}
.phoneBox {
    position: relative;
    display: inline-block;
}

.phoneGroup {
    display: inline-block;
    min-width: 72px;
    text-align: left;
}

.phone-btn {
    border: none;
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}
.DxBtn,#msgInput{width:50%;}

.phone-btn:focus {
    outline: none;
}

.selectBtn {
    text-align: left;

    /* padding: 0 16px; */

    color: #8590a6;
    text-align: center;

    background: none;
    /* border: 1px solid; */
    border-radius: 3px;
    height: calc(100% - 42px);

}

.selectConentent {
    display: none;
    position: absolute;
    top: 0;
    z-index: 233;
    background-color: #ffffff;
    left: -24px;
    border: 1px solid #ebebeb;
    width: 210px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
    box-shadow: 0 5px 20px rgba(26, 26, 26, .1);
}

.selectOptions {
    overflow: auto;
    position: relative;
    max-height: 500px;
    padding: 8px 0;
    border-radius: 4px;
    text-align: left;
}

.selectOptions::-webkit-scrollbar {
    width: 10px;
    height: 1px;
    background-color: #f6f6f6;
}

/*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
.selectOptions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f6f6f6;
}

.selectOptions::-webkit-scrollbar-thumb {
    background-color: #afadad;
    width: 5px;
    max-height: 10px;
    border-radius: 10px;

}

.select-option {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #8590a6;
    text-align: left;
    background: none;
    border: none;
}

/* .select-option:hover{
    background: #f6f6f6;
} */
.line-show {
    width: 1px;
    height: 22px;
    margin: 0 12px;
    background: #ebebeb;
}

.phoneInputGroup {
    display: inline-block;
    position: relative;
    width: 100%;
}

.Select-arrow {
    margin-left: 8px;
    fill: currentcolor;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.inputLabel {
    width: 100%;
    height: 35px;
    padding: 0;
    color: #8590a6;
    border: none;
    /* border-bottom: 1px solid #ebebeb; */
    border-radius: 0;
    display: flex;

}

.isShow::after {
    content: attr(data-content);
    color: red;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 48px;
    line-height: 48px;
    display: flex;
    z-index: 90;
}

.inputStyle {
    display: inline-block;
    outline: none;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
    z-index: 100;
    font-size:14px;
}

input.msgInput {
    appearance: none;
    -webkit-appearance: none;
    overflow:unset;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -ms-progress-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

    -webkit-appearance: none;

    appearance: none;

    margin: 0;

}

.msgBtn {
    position: absolute;
    top: 24px;
    right: 0;
    padding: 4px 0;
    color: #175199;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.msgBtn:hover,
.voice-btn:hover {
    color: #76839b;
}

.login_box {
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    position: relative;
}

.voice-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #8590a6;
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    position: absolute;
    right: 0;
}

.fromSubmit {
    color: #fff;
    width: 48%;
    margin-top: 15px;
    height: 36px;
    background: #7641b5;
    background: -webkit-linear-gradient(top, #8e62c1 0, #7641b5 100%);
    background: linear-gradient(to bottom, #7641b5 0, #8e62c1 100%);
}
.regbutton{
    color: #1a1a1a;
    background: #7d64af;
    background: -webkit-linear-gradient(top,#ded9ea 0, #f4ecff 100%);
    background: linear-gradient(to bottom, #f4ecff 0, #ded9ea 100%);
     }

.SignFlow-switchPassword {
    position: absolute;
    right: 0;
}
.SignFlow-switchLogin{
    position: absolute;
    left: 0;
}
.out-login-btn-shw {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    color: #175199;
    text-align: center;
    cursor: pointer;
    background: none;
    border-radius: 3px;
    display: none;
}

.out-login-btn-shw:hover {
    color: #76839b;
}

.out-login-btn {}

.login-out-phoneBox {
    display: none;
}

.SignContainer-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 24px;
    color: grey;
    font-size: 13px;
    text-align: left;
}

.SignContainer-tip a {
    color: grey;
    text-decoration: none;
}
 
.ercodeContent {
    /* display: none; */
}


.ercodeSignBox {
    position: relative;
    text-align: center;
    padding: 40px 0;
    display: none;
}

.Qrcode-title {
    font-size: 22px;
    color: #1a1a1a;
    line-height: 33px;
}

.ercodeBox {
    height: 210px;
}

.ercodeBox .Qrcode-img {
    margin: 0 auto 15px;
    line-height: 0;
    height: 150px;
    width: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ercodeBox p {
    font-size: 14px;
    line-height: 22px;
}

.ercodeBox p a {
    color: #175199;
}

.css-1hmxk26 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border-top: 1px solid;
    border-color: #EBEBEB;
    margin-left: 24px;
    margin-right: 24px;
}

.footSign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #8590a6;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signSocial {}

.Login-socialButtonGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.Login-socialButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: auto;
    padding: 0 6px;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.Login-socialIcon {
    margin-right: 6px;
}

.signDownload {
    background-color: #f6f6f6;
    color: #0084ff;
}

.css-eow14e {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.css-c01qo8 {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    text-align: center;
    line-height: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: inherit;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    background-color: #0084FF;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #0084FF;
    border-radius: 4px;
    background-color: unset;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
}


@media screen and (max-width: 420px)
{
    .i_bhxq{
        margin-top: 180px;
        max-width: 98%;
    }
    .block_home_slider
    {
        margin-top: 0px;
        position: relative;
        top: 295px;
        width: 100%;
        float: left;
        height:unset;
    }
    .indexlist
    {
        margin-top: 10px;
        height: 115px;
    }
    .mysearch{height: 580px;}
    .loginBox{width:100%;}
}
