
.welcome-form {
    text-align: center;
    padding-left:30px;
    padding-right: 30px;
    background: #f0f3f5;
    border-bottom: 1px solid #d8d8d8;
    min-width: 600px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-family: Arial, sans-serif;
    transition: top 0.3s;
}

.welcome-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.title-text{
    font-size:12px;
    margin-top:2px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.subtitle-text{
    font-size:11px;
    text-align:left;
    color:#939393;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.banner-text-top{
    text-align:left;
}
.head-image {
    width: 150px;
    height: 55px;
    text-align:center;
    justify-content: center;
    }
    .head-image-small {
        width: 100px;
        height: 37px;
        text-align:center;
        /*display: flex;*/
        justify-content: center;
        }
    .home-link{
        text-align: left;
        flex:1;
        margin-right: 10px;
    }
.tool-icon{
    margin-right:10px;
    text-align:right;
    flex:1;
}
.tool-icon-vertical{
    margin-right:10px;
    flex:1;
    padding-bottom:30px;
    text-align:right;
}
.ad-center-large{
    width:700px;
    margin: 0 auto;
    /*margin-top:60px;*/
}

.large-section-top{
    width:1400px;
    /*height:270px;*/
    height:330px;
    margin:0 auto;
    padding-top:60px;
}
.white-orange-underline {
    color:  rgb(0, 0, 0);
    text-decoration: none;
    position: relative;
    font-weight:600;
}

.white-orange-underline:hover {
    color: rgb(126, 126, 126);
}
.home-top-link {
    width:24px;
    height: 24px;
    margin-left:40px;
    margin-right:20px;
    margin-top:5px;
}
.home-top-link-small {
    width:24px;
    height: 24px;
    margin-top:5px;
}
.home-top-link-vertical {
    width:24px;
    height: 24px;
    margin-top:5px;
    margin-bottom:15px;
    margin-right:5px;
}
.white-underline {
    color:  rgb(105, 21, 21);
    text-decoration: none;
    position: relative;
}

.white-underline:hover {
    color: rgb(0, 0, 0);
}
.white-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    /*border-bottom: 2px solid rgb(255, 184, 6);*/
}


.search-form{
    width:70px;
}
.form-control {
    width: 100%;
}
.ad-section-top{
width:320px;
margin: 0 auto;
padding-top:50px;
height: 100px;
}
.logo{
    width: 150px;
    height: 55px;
}
.slogan{
    width: 150px;
    height: 25.5px;
}
/*small*/
.welcome-form-small {
    text-align: center;
    padding-left:30px;
    padding-right: 30px;
    background: #f0f3f5;
    width: 100%;
    position: fixed;
    color: rgb(71, 166, 255);
    z-index: 1000;
  transition: top 0.3s;
  border-bottom: 1px solid #d8d8d8;
  min-width: 360px;
  font-family: Arial, sans-serif;
  height:45px;


}
.welcome-content-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width:330px;
}
.env-top{
    display: flex;
}
.env{
    margin-left:30px;
    margin-top:10px;
    margin-bottom:2%;
    margin-right:20px;
}


  .user-top{
      display: block;
      padding-top: 12px;
  }


.svg-icon {
    width: 30px;
    height: 30px;
}
.svg-icon-line {
    width: 5px;
    height: 30px;
}
.flex-show{
    display: flex;
}
        .header {
            background-color: #f0f3f5 !important;
            color: rgb(0, 0, 0) !important;
            padding: 10px;
            text-align: center;
            border-bottom:1px solid #a9a9a9 !important;
            min-width: 650px;
        }
        .header-vertical {
            background-color: #f0f3f5 !important;
            color: rgb(0, 0, 0) !important;
            padding: 10px;
            text-align: center;
            border-left:1px solid #a9a9a9 !important;
            margin-right:43px;
        }
.header-text{
    width:40px;
    min-width:100%;
    font-size:8px !important;
    margin:0 auto ;
    word-wrap: none;
    color:#000000
}
.header-content{
    display: block;
    max-width: 100%;
    width:37px;
    white-space: nowrap;
    z-index: 1002;
}
.top-large-ad{
    padding-top:60px;
}



/***/

.welcome-form-vertical {

    background: #f0f3f5 !important;
    border-left: 1px solid #d8d8d8;
    height:100%;
    position: fixed;

    z-index: 1000;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
}
.welcome-content-vertical {

    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.welcome-form-vertical-small {
    text-align: center;
    background: #f0f3f5;
    height: 100%;
    position: fixed;
    color: rgb(71, 166, 255);
    z-index: 1000;
    top: 0;
    right: 0;
  transition: right 0.3s;
  border-left: 1px solid #d8d8d8;
  font-family: Arial, sans-serif;

}
.welcome-content-vertical-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;

}
.home-link-vertical{
    padding-top:30px;
    display: flex;
}
.vertical-line-svg{
    width:42px;
    height:10px;
}
.svg-icon-table {
    width: 30px;
    height: 30px;
    padding:1px;
}
.svg-icon-table:hover{
    color:#0f9ad5 !important;
    border:1px solid #0f9ad5;
}
@media screen and (min-width: 601px) and (max-width: 700px) {
    .title-text,
    .subtitle-text {
        max-width: 200px;
    }
}
@media screen and (min-width: 551px) and (max-width: 600px) {
    .title-text,
    .subtitle-text {
        max-width: 150px;
    }
}
@media screen and  (max-width: 550px) {
    .title-text,
    .subtitle-text {
        max-width: 150px;
    }
}

@media screen and (min-width: 481px) {
.welcome-form-small{
    display:none;
}
.ad-section-top{
    display: none;
}
.welcome-form-vertical-small{
    display:none;
}
.welcome-form-vertical{
        display:block;
    }
}
@media screen and (max-width: 480px) {
    .welcome-form{
        display:none;

    .header {
            padding: 10px;
            min-width: 350px;
        }
    }
    .welcome-form-small{
        display:block;
    }
.large-section-top{
    width:390px;
    height:105px;
    margin:0 auto;
}
.head-image {
    width: 120px;
    height: 44px;

    }
    .logo{
        width: 120px;
    height: 44px;
    margin: 0 auto;
}
.svg-icon {
    width: 35px;
    height: 35px;
}


.ad-center-large{
    display: none;
}
.welcome-form-vertical{
    display:none;
}
.welcome-form-vertical-small{
display:block;
}
}
