﻿


#huakuaiHeadMain {
    /*width: 60%;*/
    height: 10px;
    border: 0px;
    text-align: right;
        height: 34px;
    line-height: normal;
    border-radius: 18px;
    border: 1px solid #4b98f7;
 
}


.huakuaiHead > tbody > tr >td
 {

    
       font-size: 32px;
}





#huokuaiMain > tbody > tr {
    height: 60px;
}

#huokuaiMain > tbody > tr >td {

 font-weight:200;
     /*width: 6px;*/
     text-align: left;
}

.huakuaiHeadMain_ul 
{
     position: relative;
    margin: 0 auto 80px auto;
    height: 34px;
    line-height: 34px;
    border-radius: 18px;
 

}




   .huakuaiHeadMain_ul > li {
      cursor: pointer;
      position: relative;
      z-index: 3;
      float: left;
          margin-left: 35px;
      font-size: 14px;
      width: 25%;
      height: 34px;
      text-align: center;
      color: #4b98f7;
      border-radius: 18px;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; 

     }



#TipsInf {
    /*opacity: 0;
           display: none;*/
    text-align: left;
    position: absolute;
    top: 40px;
    left: 10px;
    width: 360px;
    padding: 10px 15px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #c9ced7;
    background-color: #fff;
    line-height: 17px;
    color: #f05f05;
    font-size: 16px;
}



        #TipsInf2 {
     
        text-align: left;
   
        top: 14px;
        left: 10px;
     
        /*width: 360px;*/
        padding: 10px 15px;
        height: auto;
        border-radius: 5px;
        border: 1px solid #c9ced7;
        background-color: #fff;
        line-height: 17px;
        color: #054bf0;
        font-size: 16px; }



   #huokuaiMain  > ul.ul-1 > li .pro:before {
          display: block;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-bottom: 8px solid #c9ced7;
          top: -8px; }

      #huokuaiMain  > ul.ul-1 > li .pro:after {
          display: block;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-bottom: 8px solid #fff;
          top: -6px; }


 .huakuaiHeadMain_ul > li > img {
    width: 8%;
    margin-top: -5px;

}
  .huakuaiHeadMain_ul > li > img {
    width: 8%;
    margin-top: -5px;

}

 /*当前选中的状态*/
.huakuaiHeadMain_ul > .current 
{
    border-radius: 17px;
    background-color: #01426A;
    color: #fff;
}






#btn-gobuy {
    float: right;
    cursor: pointer;
    /*margin-top: -50px;*/
    /*margin-right: 200px;*/
}




#showMoney {

   
}

#showMoney > div 
{
    float:left;
    margin-left: 3px;
}



#showMoney > div >input 
{
      margin-top: 5px;
}


.add-jian {

    font-size: 36px;
     cursor: pointer;
     margin-right: 10px;
         margin-left: 10px;
}


.huokuaiinput {

     font-size: 12px;
    float: left;
    width: 45px;
    margin-left: 10px;
    border: 1px solid #989898;
}

.huokuaitab 
{
    background-color: transparent;
    /*background-color: #fff;*/
    width: 100%;
    background: url("/ProxyIP/js/hk.gif"); /*cloudtablebg1*/
}

.unit {

       width: 40px;
    margin-left: 10px;
}


/*/////////////////////////////////////////////////////////////////////*/


/*
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', sans-serif;
}*/

/*body {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}*/

/*.container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 1200px;
    padding: 25px;
}*/

/*h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 25px;
    font-size: 28px;
    position: relative;
    padding-bottom: 10px;
}

    h1:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #3498db, #2ecc71);
        border-radius: 2px;
    }
*/
.form-container {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 15px;
    border: 1px solid #eaeaea;
}

.single-line-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 12px;
}

    .single-line-form::-webkit-scrollbar {
        height: 6px;
    }

    .single-line-form::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .single-line-form::-webkit-scrollbar-thumb {
        background: #a0a0a0;
        border-radius: 10px;
    }

.form-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.form-label {
    font-weight: 600;
    color: #34495e;
    margin-right: 8px;
    font-size: 15px;
}

/*select, input {
    padding: 10px 12px;
    border: 1px solid #dce1e6;
    border-radius: 6px;
    background: white;
    font-size: 14px;
    color: #2c3e50;
    min-width: 120px;
    transition: all 0.3s ease;
}*/

    select:focus, input:focus {
        outline: none;
        border-color: #3498db;
        box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
    }

select {
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, #2c3e50 50%), linear-gradient(135deg, #2c3e50 50%, transparent 50%);
    background-position: calc(100% - 15px) center, calc(100% - 10px) center;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    appearance: none;
    padding-right: 30px;
}

.divider {
    color: #95a5a6;
    margin: 0 5px;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

button {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
}

.btn-submit {
    background: linear-gradient(90deg, #2ecc71, #1abc9c);
    color: white;
}

    .btn-submit:hover {
        background: linear-gradient(90deg, #27ae60, #16a085);
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(46, 204, 113, 0.4);
    }

.btn-reset {
    background: #f8f9fa;
    color: #7f8c8d;
    border: 1px solid #ddd;
}

    .btn-reset:hover {
        background: #e9ecef;
        transform: translateY(-2px);
    }

.tips {
    text-align: center;
    margin-top: 20px;
    color: #7f8c8d;
    font-size: 14px;
}

@media (max-width: 768px) {
    .single-line-form {
        gap: 8px;
    }

    .form-label {
        font-size: 14px;
    }

    select, input {
        padding: 8px 10px;
        min-width: 100px;
    }
}


